Browse Source

[3554] Doxygen clean-up.

Tomek Mrugalski 10 years ago
parent
commit
591cbdb686
1 changed files with 10 additions and 8 deletions
  1. 10 8
      src/lib/dhcpsrv/cfg_mac_source.h

+ 10 - 8
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: <br/>any => 0xffffffff<br/>
-    ///                        raw => 0x00000001<br/>
-    ///                        duid => 0x00000002<br/>
-    ///                        ipv6-link-local 0x00000004<br/>
-    ///                        client-link-addr-option, rfc6939 => 0x00000008<br/>
-    ///                        remote-id, rfc4649 => 0x00000010<br/>
-    ///                        subscriber-id, rfc4580 => 0x00000020<br/>
-    ///                        docsis => 0x00000040<br/>
+    /// 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