Remove useless @brief tags in the documentation.

This commit is contained in:
Ghislain MARY 2013-10-08 15:55:03 +02:00
parent ba0cead0ad
commit adb3413ca5
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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)
*/