summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/messagerenderer.h
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2012-02-28 18:50:22 +0100
committerJINMEI Tatuya <jinmei@isc.org>2012-02-28 18:50:22 +0100
commitabb524e9809b09307c95c82a09d0d57bea652401 (patch)
treefc5452356e52ce0b8c722a57ad163c8fb255ac7a /src/lib/dns/messagerenderer.h
parent[1697] documentation update (diff)
downloadkea-abb524e9809b09307c95c82a09d0d57bea652401.tar.xz
kea-abb524e9809b09307c95c82a09d0d57bea652401.zip
[1697] editorial cleanups in doxygen comments
Diffstat (limited to 'src/lib/dns/messagerenderer.h')
-rw-r--r--src/lib/dns/messagerenderer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/dns/messagerenderer.h b/src/lib/dns/messagerenderer.h
index 1630afc7ba..f7f2381dc0 100644
--- a/src/lib/dns/messagerenderer.h
+++ b/src/lib/dns/messagerenderer.h
@@ -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);