]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4582] Fixed easy doxygen complains
authorFrancis Dupont <fdupont@isc.org>
Thu, 28 May 2026 17:04:41 +0000 (19:04 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 2 Jun 2026 19:40:00 +0000 (21:40 +0200)
doc/devel/mainpage.dox
src/lib/dhcp_ddns/ncr_msg.h
src/lib/dhcpsrv/cfg_iface.h

index 5848982ab595af6bbbe55504fd514cc537319122..c0d547946d531d309c4a5e0714ce90f11282e8d6 100644 (file)
@@ -58,7 +58,6 @@
  * - @subpage hooksdgDevelopersGuide
  * - @subpage dhcpv4Hooks
  * - @subpage dhcpv6Hooks
- * - @subpage agentHooks
  * - @subpage d2Hooks
  * - @subpage hooksComponentDeveloperGuide
  * - @subpage hooksmgMaintenanceGuide
index 6551f47daa1fdc19ca8392c8ddf576259b4c9276..9d84406fd804858d7121628e13b58f3c42664e2e 100644 (file)
@@ -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
index 75cbc239e105ad9f3bf82086e33614506c6a2cb5..ca1fa4bef53da9ace5afc28a1ba7c986021ffb3f 100644 (file)
@@ -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);