From: Tomek Mrugalski Date: Thu, 5 May 2016 12:55:57 +0000 (+0200) Subject: [master] Minor correction in doxygen comments. X-Git-Tag: trac4106_update_base~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff432b18985aed5f8b33e96e6ff6fcca73662c6e;p=thirdparty%2Fkea.git [master] Minor correction in doxygen comments. Thanks to wpk for reporting this issue. --- diff --git a/src/lib/dhcpsrv/lease.h b/src/lib/dhcpsrv/lease.h index c09958d014..9e022946f8 100644 --- a/src/lib/dhcpsrv/lease.h +++ b/src/lib/dhcpsrv/lease.h @@ -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