From 8904027e86fc2dc0721b81351c1063e5a7d42e41 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 18 Jan 2018 18:33:28 +0100 Subject: [PATCH] [5451] Fixed two doxygen warnings. --- src/lib/http/client.h | 1 + src/lib/http/http_message_parser_base.h | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/http/client.h b/src/lib/http/client.h index a25d07a552..5731826ad9 100644 --- a/src/lib/http/client.h +++ b/src/lib/http/client.h @@ -142,6 +142,7 @@ public: /// @param request Pointer to the object holding a request. /// @param response Pointer to the object where response should be stored. /// @param callback Pointer to the user callback function. + /// @param request_timeout Timeout for the transaction in milliseconds. /// /// @throw HttpClientError If invalid arguments were provided. void asyncSendRequest(const Url& url, diff --git a/src/lib/http/http_message_parser_base.h b/src/lib/http/http_message_parser_base.h index 78e7640213..7d10abc264 100644 --- a/src/lib/http/http_message_parser_base.h +++ b/src/lib/http/http_message_parser_base.h @@ -211,11 +211,10 @@ protected: /// @brief This method is called when invalid event occurred in a particular /// parser state. /// - /// This method simply throws @ref HttpMessageParserBaseError informing about - /// invalid event occurring for the particular parser state. The error - /// message includes the name of the handler in which the exception - /// has been thrown. It also includes the event which caused the - /// exception. + /// This method simply throws @ref HttpParseError informing about invalid + /// event occurring for the particular parser state. The error message + /// includes the name of the handler in which the exception has been + /// thrown. It also includes the event which caused the exception. /// /// @param handler_name Name of the handler in which the exception is /// thrown. -- 2.47.2