mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Remove useless @brief tags in the documentation.
This commit is contained in:
parent
ba0cead0ad
commit
adb3413ca5
2 changed files with 3 additions and 3 deletions
|
|
@ -1618,7 +1618,7 @@ int linphone_core_get_device_rotation(LinphoneCore *lc );
|
|||
void linphone_core_set_device_rotation(LinphoneCore *lc, int rotation);
|
||||
|
||||
/**
|
||||
* @brief Get the camera sensor rotation.
|
||||
* Get the camera sensor rotation.
|
||||
*
|
||||
* This is needed on some mobile platforms to get the number of degrees the camera sensor
|
||||
* is rotated relative to the screen.
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@ LINPHONE_PUBLIC void linphone_friend_edit(LinphoneFriend *fr);
|
|||
LINPHONE_PUBLIC void linphone_friend_done(LinphoneFriend *fr);
|
||||
|
||||
/**
|
||||
* @brief Get the status of a friend
|
||||
* Get the status of a friend
|
||||
* @param[in] lf A #LinphoneFriend object
|
||||
* @return #LinphoneOnlineStatus
|
||||
* @deprecated Use linphone_friend_get_presence_model() instead
|
||||
|
|
@ -234,7 +234,7 @@ LINPHONE_PUBLIC void linphone_friend_done(LinphoneFriend *fr);
|
|||
LINPHONE_PUBLIC LinphoneOnlineStatus linphone_friend_get_status(const LinphoneFriend *lf);
|
||||
|
||||
/**
|
||||
* @brief Get the presence information of a friend
|
||||
* Get the presence model of a friend
|
||||
* @param[in] lf A #LinphoneFriend object
|
||||
* @return A #LinphonePresenceModel object, or NULL if the friend do not have presence information (in which case he is considered offline)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue