]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5457] Corrected doxygen errors.
authorMarcin Siodelski <marcin@isc.org>
Mon, 22 Jan 2018 18:12:12 +0000 (19:12 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 22 Jan 2018 18:12:12 +0000 (19:12 +0100)
src/bin/dhcp4/dhcp4_srv.h

index fbcda55016e80c098d23d5bc1e4bdac14b72e5b5..689b4a23cffc0c6f237e7b7b384375034a4ed673 100644 (file)
@@ -661,6 +661,7 @@ private:
     ///
     /// @param lease lease to be declined
     /// @param decline client's message
+    /// @param context reference to a client context
     void declineLease(const Lease4Ptr& lease, const Pkt4Ptr& decline,
                       AllocEngine::ClientContext4Ptr& context);
 
@@ -842,7 +843,7 @@ protected:
     /// @brief Executes buffer4_send callout and sends the response.
     ///
     /// @param callout_handle pointer to the callout handle.
-    /// @param pkt Pointer to a response.
+    /// @param rsp pointer to a response.
     void processPacketBufferSend(hooks::CalloutHandlePtr& callout_handle,
                                  Pkt4Ptr& rsp);