]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#741,!428] Fixed doxygen errors 741-fix-doxygen-errors-warnings-for-1-6-0-beta2
authorThomas Markwalder <tmark@isc.org>
Fri, 19 Jul 2019 14:16:40 +0000 (10:16 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 19 Jul 2019 14:16:40 +0000 (10:16 -0400)
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
src/lib/http/client.h

index b89a1055e421e8116f376927f61ddb5844ee73aa..eadabf82d33b873c20dd617de8552023a5f89518 100644 (file)
@@ -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);
 
index 9cc63c1f16a6f9b00946e758ea10e40e1ddc488b..b72605222adf4d97168806a67be432b91339da5d 100644 (file)
@@ -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,