2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +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:
JINMEI Tatuya
2010-09-27 13:51:56 +00:00
parent befe045267
commit 2cb60011d8
2 changed files with 2 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ public:
/// \brief Same as \c equals().
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.
///

View File

@@ -223,7 +223,7 @@ public:
/// \brief Same as \c equals().
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.
///