From: Tomek Mrugalski Date: Tue, 23 Dec 2014 13:07:16 +0000 (+0100) Subject: [3554] Doxygen clean-up. X-Git-Tag: trac3504_base~21^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=591cbdb68647a579d41a1a4d14e1bd4e4d9e52ac;p=thirdparty%2Fkea.git [3554] Doxygen clean-up. --- diff --git a/src/lib/dhcpsrv/cfg_mac_source.h b/src/lib/dhcpsrv/cfg_mac_source.h index f919a5a8bd..a2681254c3 100644 --- a/src/lib/dhcpsrv/cfg_mac_source.h +++ b/src/lib/dhcpsrv/cfg_mac_source.h @@ -37,14 +37,16 @@ class CfgMACSource { /// @brief Attempts to convert known hardware address sources to uint32_t /// - /// Supported strings are:
any => 0xffffffff
- /// raw => 0x00000001
- /// duid => 0x00000002
- /// ipv6-link-local 0x00000004
- /// client-link-addr-option, rfc6939 => 0x00000008
- /// remote-id, rfc4649 => 0x00000010
- /// subscriber-id, rfc4580 => 0x00000020
- /// docsis => 0x00000040
+ /// Supported strings are: \li any => 0xffffffff + /// \li raw => 0x00000001 + /// \li duid => 0x00000002 + /// \li ipv6-link-local 0x00000004 + /// \li client-link-addr-option, rfc6939 => 0x00000008 + /// \li remote-id, rfc4649 => 0x00000010 + /// \li subscriber-id, rfc4580 => 0x00000020 + /// \li docsis => 0x00000040 + /// + /// For specific constants, see @ref isc::dhcp::HWAddr class. /// /// @throw BadValue if specified string is unknown /// @return bitmask version of a given method