From: Thomas Markwalder Date: Fri, 19 Jul 2019 14:16:40 +0000 (-0400) Subject: [#741,!428] Fixed doxygen errors X-Git-Tag: Kea-1.6.0-beta2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d31ec7ab3365b44f94023a2fab35ea63aa38fcbb;p=thirdparty%2Fkea.git [#741,!428] Fixed doxygen errors Fixed two minor doxygen errors: src/hooks/dhcp/high_availability/ha_service.h src/lib/http/client.h --- diff --git a/src/hooks/dhcp/high_availability/ha_service.h b/src/hooks/dhcp/high_availability/ha_service.h index b89a1055e4..eadabf82d3 100644 --- a/src/hooks/dhcp/high_availability/ha_service.h +++ b/src/hooks/dhcp/high_availability/ha_service.h @@ -734,7 +734,7 @@ protected: /// /// @param ec Error status of the ASIO connect /// @param tcp_native_fd socket descriptor to register - /// @param returns true. Registeration cannot fail, and if ec indicates a real + /// @return always true. Registeration cannot fail, and if ec indicates a real /// error we want Connection logic to process it. bool clientConnectHandler(const boost::system::error_code& ec, int tcp_native_fd); diff --git a/src/lib/http/client.h b/src/lib/http/client.h index 9cc63c1f16..b72605222a 100644 --- a/src/lib/http/client.h +++ b/src/lib/http/client.h @@ -173,6 +173,8 @@ public: /// @param request_timeout Timeout for the transaction in milliseconds. /// @param connect_callback Optional callback invoked when the client /// connects to the server. + /// @param close_callback Optional callback invoked when the client + /// closes the connection to the server. /// /// @throw HttpClientError If invalid arguments were provided. void asyncSendRequest(const Url& url,