]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1697] editorial cleanups in doxygen comments
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 28 Feb 2012 17:50:22 +0000 (09:50 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 28 Feb 2012 17:50:22 +0000 (09:50 -0800)
src/lib/dns/messagerenderer.h

index 1630afc7ba61467221929f44a3d8163f2277b3d9..f7f2381dc0f18b571781e29e33f885fe60048223 100644 (file)
@@ -107,8 +107,6 @@ protected:
     ///
     /// This is intentionally defined as \c protected as this base class should
     /// never be instantiated (except as part of a derived class).
-    ///
-    /// \param buffer The buffer where the data should be rendered into.
     AbstractMessageRenderer();
 
 public:
@@ -208,7 +206,7 @@ public:
     /// \throw isc::InvalidParameter A restrictions of the method usage isn't
     /// met.
     ///
-    /// \brief buffer A pointer to a temporary output buffer or NULL for reset
+    /// \param buffer A pointer to a temporary output buffer or NULL for reset
     /// it.
     void setBuffer(isc::util::OutputBuffer* buffer);