2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[5371] Fixed doxygen errors

This commit is contained in:
Francis Dupont
2017-10-07 18:28:56 +02:00
parent fdc6f97ae5
commit fe2de23357
10 changed files with 52 additions and 35 deletions

View File

@@ -266,7 +266,11 @@ public:
/// This method supports v4 hosts only.
///
/// @param subnet_id subnet identifier.
/// @param addr specified address.
/// @param identifier_type Identifier type.
/// @param identifier_begin Pointer to a beginning of a buffer containing
/// an identifier.
/// @param identifier_len Identifier length.
///
/// @return true if deletion was successful, false if the host was not there.
/// @throw various exceptions in case of errors
virtual bool del4(const SubnetID& subnet_id,
@@ -278,7 +282,11 @@ public:
/// This method supports v6 hosts only.
///
/// @param subnet_id subnet identifier.
/// @param addr specified address.
/// @param identifier_type Identifier type.
/// @param identifier_begin Pointer to a beginning of a buffer containing
/// an identifier.
/// @param identifier_len Identifier length.
///
/// @return true if deletion was successful, false if the host was not there.
/// @throw various exceptions in case of errors
virtual bool del6(const SubnetID& subnet_id,