]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3747] Fixed doxygen error
authorThomas Markwalder <tmark@isc.org>
Wed, 26 Feb 2025 16:40:37 +0000 (11:40 -0500)
committerThomas Markwalder <tmark@isc.org>
Tue, 4 Mar 2025 15:24:28 +0000 (15:24 +0000)
/src/lib/dhcpsrv/cfg_option.h

src/lib/dhcpsrv/cfg_option.h

index 77cf9e9a59d77ac1bb1b8b19ad0d8f6b3c88f22b..6b94d3543def0afafbc53181d149c692b63b913b 100644 (file)
@@ -677,9 +677,11 @@ public:
     /// @brief Fetches an option for a given code if it is allowed for the given list
     /// of client classes.
     ///
-    /// @tparam Selector one of: @c std::string or @c uint32_t
+    /// @param key Option space name or vendor identifier.
     /// @param option_code Code of the option to be returned.
     /// @param cclasses list of ClientClasses to validate against
+    /// @tparam Selector one of: @c std::string or @c uint32_t
+    ///
     /// @return Descriptor of the option. If option hasn't been found, the
     /// descriptor holds null option.
     template<typename Selector>