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 /src/lib/dhcp | |
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
Diffstat (limited to 'src/lib/dhcp')
-rw-r--r-- | src/lib/dhcp/pkt.h | 1 |
1 files changed, 0 insertions, 1 deletions
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. |