From a65cb89d204a3f2a670fe102e899fd31cc73e4c8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 14 Apr 2019 06:44:11 +0200 Subject: [PATCH] Removed obsolete parameters from documentation. --- src/easy/easy.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/easy/easy.hpp b/src/easy/easy.hpp index 8109f3a..24c3ffd 100644 --- a/src/easy/easy.hpp +++ b/src/easy/easy.hpp @@ -157,7 +157,6 @@ namespace Easy * @brief Sends a post. * * @param status The status to send - * @param error @ref error "Error code" * * @return The new Easy::Status * @@ -175,7 +174,6 @@ namespace Easy /*! * @brief Gets notifications. * - * @param error @ref error "Error code" * @param limit Maximum number of notifications * @param since_id Return notifications newer than ID * @param max_id Return notifications older than ID