From e2614c045ed39879e0a151a3765dd3d46c952ae3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 26 Jan 2019 07:04:53 +0100 Subject: [PATCH] Fixed documentation for get_notifications(). --- src/easy/easy.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/easy/easy.hpp b/src/easy/easy.hpp index c9ffe22..9b8f59a 100644 --- a/src/easy/easy.hpp +++ b/src/easy/easy.hpp @@ -280,9 +280,7 @@ public: * @brief Sends a toot. * * @param status The status to send - * @param error @ref error "Error code". If the URL has permanently - * changed, 13 is returned and answer is set to the new - * URL. + * @param error @ref error "Error code" * * @return The new Easy::Status * @@ -300,11 +298,13 @@ public: /*! * @brief Gets notifications. * - * @param since_id - * @param max_id + * @param error @ref error "Error code" + * @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. - * + * * @since 0.21.0 */ const vector get_notifications(