From: Thomas Markwalder Date: Wed, 26 Feb 2025 16:40:37 +0000 (-0500) Subject: [#3747] Fixed doxygen error X-Git-Tag: Kea-2.7.7~153 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed878accd12d55c4a021d6359e283a199105ccbd;p=thirdparty%2Fkea.git [#3747] Fixed doxygen error /src/lib/dhcpsrv/cfg_option.h --- diff --git a/src/lib/dhcpsrv/cfg_option.h b/src/lib/dhcpsrv/cfg_option.h index 77cf9e9a59..6b94d3543d 100644 --- a/src/lib/dhcpsrv/cfg_option.h +++ b/src/lib/dhcpsrv/cfg_option.h @@ -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