Browse Source

[2097] unrelated trivial fixes to doxygen comments.

JINMEI Tatuya 12 years ago
parent
commit
f4833d5074
2 changed files with 2 additions and 3 deletions
  1. 1 1
      src/lib/datasrc/memory/domaintree.h
  2. 1 2
      src/lib/datasrc/memory/rdata_encoder.h

+ 1 - 1
src/lib/datasrc/memory/domaintree.h

@@ -930,7 +930,7 @@ private:
     /// \brief The destructor.
     /// \brief The destructor.
     ///
     ///
     /// An object of this class is always expected to be destroyed explicitly
     /// An object of this class is always expected to be destroyed explicitly
-    /// by \c destroy(), so the constructor is hidden as private.
+    /// by \c destroy(), so the destructor is hidden as private.
     ///
     ///
     /// \note DomainTree is not intended to be inherited so the destructor
     /// \note DomainTree is not intended to be inherited so the destructor
     /// is not virtual
     /// is not virtual

+ 1 - 2
src/lib/datasrc/memory/rdata_encoder.h

@@ -100,8 +100,7 @@ namespace memory {
 /// \brief General error in RDATA encoding.
 /// \brief General error in RDATA encoding.
 ///
 ///
 /// This is thrown when \c RdataEncoder encounters a rare, unsupported
 /// This is thrown when \c RdataEncoder encounters a rare, unsupported
-/// situation. a method is called for a name or RRset which
-/// is not in or below the zone.
+/// situation.
 class RdataEncodingError : public Exception {
 class RdataEncodingError : public Exception {
 public:
 public:
     RdataEncodingError(const char* file, size_t line, const char* what) :
     RdataEncodingError(const char* file, size_t line, const char* what) :