mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-04 16:05:17 +00:00
minor corrections in doxygen description.
trivial, skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3030 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
@@ -211,7 +211,7 @@ public:
|
|||||||
/// \brief Same as \c equals().
|
/// \brief Same as \c equals().
|
||||||
bool operator==(const RRClass& other) const { return (equals(other)); }
|
bool operator==(const RRClass& other) const { return (equals(other)); }
|
||||||
|
|
||||||
/// \brief Return true iff two RRClasses are equal.
|
/// \brief Return true iff two RRClasses are not equal.
|
||||||
///
|
///
|
||||||
/// This method never throws an exception.
|
/// This method never throws an exception.
|
||||||
///
|
///
|
||||||
|
@@ -223,7 +223,7 @@ public:
|
|||||||
/// \brief Same as \c equals().
|
/// \brief Same as \c equals().
|
||||||
bool operator==(const RRType& other) const { return (equals(other)); }
|
bool operator==(const RRType& other) const { return (equals(other)); }
|
||||||
|
|
||||||
/// \brief Return true iff two RRTypes are equal.
|
/// \brief Return true iff two RRTypes are not equal.
|
||||||
///
|
///
|
||||||
/// This method never throws an exception.
|
/// This method never throws an exception.
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user