]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Minor correction in doxygen comments.
authorTomek Mrugalski <tomasz@isc.org>
Thu, 5 May 2016 12:55:57 +0000 (14:55 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 5 May 2016 12:55:57 +0000 (14:55 +0200)
 Thanks to wpk for reporting this issue.

src/lib/dhcpsrv/lease.h

index c09958d014794fc0b97e05ae75d0dda26c399528..9e022946f8af7bb0e2691ecc3e268c8e85852ae3 100644 (file)
@@ -29,10 +29,10 @@ struct Lease {
 
     /// @brief Type of lease or pool
     typedef enum {
-        TYPE_NA = 0, /// the lease contains non-temporary IPv6 address
-        TYPE_TA = 1, /// the lease contains temporary IPv6 address
-        TYPE_PD = 2, /// the lease contains IPv6 prefix (for prefix delegation)
-        TYPE_V4 = 3  /// IPv4 lease
+        TYPE_NA = 0, ///< the lease contains non-temporary IPv6 address
+        TYPE_TA = 1, ///< the lease contains temporary IPv6 address
+        TYPE_PD = 2, ///< the lease contains IPv6 prefix (for prefix delegation)
+        TYPE_V4 = 3  ///< IPv4 lease
     } Type;
 
     /// @brief returns text representation of a lease type