[svn] commit: r364 - /branches/jinmei-dnsmessageapi/src/lib/dns/cpp/buffer.h

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Dec 15 04:59:44 UTC 2009


Author: jinmei
Date: Tue Dec 15 04:59:44 2009
New Revision: 364

Log:
fixed a doxygen error

Modified:
    branches/jinmei-dnsmessageapi/src/lib/dns/cpp/buffer.h

Modified: branches/jinmei-dnsmessageapi/src/lib/dns/cpp/buffer.h
==============================================================================
--- branches/jinmei-dnsmessageapi/src/lib/dns/cpp/buffer.h (original)
+++ branches/jinmei-dnsmessageapi/src/lib/dns/cpp/buffer.h Tue Dec 15 04:59:44 2009
@@ -114,7 +114,7 @@
     ///
     /// The new position must be in the valid range of the buffer; otherwise
     /// an exception of class \c isc::dns::InvalidBufferPosition will be thrown.
-    /// \param Position The new position (offset from the beginning of the
+    /// \param position The new position (offset from the beginning of the
     /// buffer).
     void setPosition(size_t position)
     {




More information about the bind10-changes mailing list