diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index d0936136c..69064cb75 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -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. diff --git a/coreapi/linphonefriend.h b/coreapi/linphonefriend.h index 6dd1ae662..becd6290a 100644 --- a/coreapi/linphonefriend.h +++ b/coreapi/linphonefriend.h @@ -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) */