diff options
author | Thomas Markwalder <tmark@isc.org> | 2024-03-12 15:06:01 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2024-03-12 16:54:55 +0100 |
commit | 579a581ebd1101af2c861911dd00f30ff6b083a2 (patch) | |
tree | 801daf710928b4f28f128b3fc727df712679fde7 | |
parent | [#3280] Fixed new errors after rebase (diff) | |
download | kea-579a581ebd1101af2c861911dd00f30ff6b083a2.tar.xz kea-579a581ebd1101af2c861911dd00f30ff6b083a2.zip |
[#3280] Fixed a few more
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
-rw-r--r-- | src/bin/dhcp4/dhcp4_srv.h | 2 | ||||
-rw-r--r-- | src/lib/dhcp/pkt.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/dhcp4/dhcp4_srv.h b/src/bin/dhcp4/dhcp4_srv.h index eb530280ec..8fc54d6436 100644 --- a/src/bin/dhcp4/dhcp4_srv.h +++ b/src/bin/dhcp4/dhcp4_srv.h @@ -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); diff --git a/src/lib/dhcp/pkt.h b/src/lib/dhcp/pkt.h index 7a65bef33e..86df3f97dd 100644 --- a/src/lib/dhcp/pkt.h +++ b/src/lib/dhcp/pkt.h @@ -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. |