Fixed documentation for get_notifications().
the build was successful Details

This commit is contained in:
tastytea 2019-01-26 07:04:53 +01:00
parent 462085470e
commit e2614c045e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 6 deletions

View File

@ -280,9 +280,7 @@ public:
* @brief Sends a toot. * @brief Sends a toot.
* *
* @param status The status to send * @param status The status to send
* @param error @ref error "Error code". If the URL has permanently * @param error @ref error "Error code"
* changed, 13 is returned and answer is set to the new
* URL.
* *
* @return The new Easy::Status * @return The new Easy::Status
* *
@ -300,11 +298,13 @@ public:
/*! /*!
* @brief Gets notifications. * @brief Gets notifications.
* *
* @param since_id * @param error @ref error "Error code"
* @param max_id * @param limit Maximum number of notifications
* @param since_id Return notifications newer than or equal to ID
* @param max_id Return notifications older than or equal to ID
* *
* @return vector of Easy::Notification. * @return vector of Easy::Notification.
* *
* @since 0.21.0 * @since 0.21.0
*/ */
const vector<Notification> get_notifications( const vector<Notification> get_notifications(