]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3280] Fixed a few more
authorThomas Markwalder <tmark@isc.org>
Tue, 12 Mar 2024 14:06:01 +0000 (10:06 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 12 Mar 2024 15:54:55 +0000 (15:54 +0000)
Fixed errors that should have been reported but
do not under doxygen 1.8.17

modified:
../../src/bin/dhcp4/dhcp4_srv.h
../../src/lib/dhcp/pkt.h

src/bin/dhcp4/dhcp4_srv.h
src/lib/dhcp/pkt.h

index eb530280ec46b5ac93a5ffaea41607af96521ae0..8fc54d64364c4f2a832ef9812017e924c36b11ab 100644 (file)
@@ -411,7 +411,6 @@ public:
     /// @param query A pointer to the unparked packet.
     /// @param ctx Pointer to The client context.
     /// @param allow_answer_park Indicates if parking a packet is allowed.
-    /// @return A pointer to the response.
     void processLocalizedQuery4AndSendResponse(Pkt4Ptr query,
                                                AllocEngine::ClientContext4Ptr& ctx,
                                                bool allow_answer_park);
@@ -423,7 +422,6 @@ public:
     ///
     /// @param query A pointer to the unparked packet.
     /// @param allow_answer_park Indicates if parking a packet is allowed.
-    /// @return A pointer to the response.
     void processLocalizedQuery4AndSendResponse(Pkt4Ptr query,
                                                bool allow_answer_park);
 
index 7a65bef33e3bbe33e0a0ee4ae764ef6d7a9f6643..86df3f97ddf7506bee2d6363674505f5b16bc83c 100644 (file)
@@ -370,7 +370,6 @@ public:
     ///
     /// @note This should be used only to iterate over the class set.
     /// @note SubClasses are always last.
-    /// @param required return classes or required to be evaluated classes.
     /// @return if required is false (the default) the classes the
     /// packet belongs to else the classes which are required to be
     /// evaluated.