2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[master] Minor correction in doxygen comments.

Thanks to wpk for reporting this issue.
This commit is contained in:
Tomek Mrugalski
2016-05-05 14:55:57 +02:00
parent 3e7e09179f
commit ff432b1898

View File

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