From: Francis Dupont Date: Thu, 28 May 2026 17:04:41 +0000 (+0200) Subject: [#4582] Fixed easy doxygen complains X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1183b34db4e91c07a2278e380d75728e3013a2b2;p=thirdparty%2Fkea.git [#4582] Fixed easy doxygen complains --- diff --git a/doc/devel/mainpage.dox b/doc/devel/mainpage.dox index 5848982ab5..c0d547946d 100644 --- a/doc/devel/mainpage.dox +++ b/doc/devel/mainpage.dox @@ -58,7 +58,6 @@ * - @subpage hooksdgDevelopersGuide * - @subpage dhcpv4Hooks * - @subpage dhcpv6Hooks - * - @subpage agentHooks * - @subpage d2Hooks * - @subpage hooksComponentDeveloperGuide * - @subpage hooksmgMaintenanceGuide diff --git a/src/lib/dhcp_ddns/ncr_msg.h b/src/lib/dhcp_ddns/ncr_msg.h index 6551f47daa..9d84406fd8 100644 --- a/src/lib/dhcp_ddns/ncr_msg.h +++ b/src/lib/dhcp_ddns/ncr_msg.h @@ -276,8 +276,6 @@ public: /// updated. /// @param ip_address the ip address leased to the given FQDN. /// @param dhcid the lease client's unique DHCID. - /// @param lease_expires_on a timestamp containing the date/time the lease - /// expires. /// @param lease_length the amount of time in seconds for which the /// lease is valid (TTL). /// @param conflict_resolution_mode conflict resolution mode to use, defaults diff --git a/src/lib/dhcpsrv/cfg_iface.h b/src/lib/dhcpsrv/cfg_iface.h index 75cbc239e1..ca1fa4bef5 100644 --- a/src/lib/dhcpsrv/cfg_iface.h +++ b/src/lib/dhcpsrv/cfg_iface.h @@ -209,8 +209,8 @@ public: /// @brief Update runtime mutable members. /// - /// @note Currently supported members are @ref iface_set_, - /// @ref address_map_ and @ref wildcard_used_. + /// @note Currently supported members are iface_set_, address_map_ + /// and wildcard_used_. /// /// @param other The other object to update members from. void update(CfgIface& other);