From d31ec7ab3365b44f94023a2fab35ea63aa38fcbb Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Fri, 19 Jul 2019 10:16:40 -0400 Subject: [PATCH] [#741,!428] Fixed doxygen errors Fixed two minor doxygen errors: src/hooks/dhcp/high_availability/ha_service.h src/lib/http/client.h --- src/hooks/dhcp/high_availability/ha_service.h | 2 +- src/lib/http/client.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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, -- 2.47.2