BIND 10 trac2371, updated. a77ea5d4e9e7a0edf0be99d8b7e1f98a9b1d490c [2371] fixed a trivial description error in doc

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Nov 1 23:14:21 UTC 2012


The branch, trac2371 has been updated
       via  a77ea5d4e9e7a0edf0be99d8b7e1f98a9b1d490c (commit)
       via  cb7e1e285e788e48afe26c3d18532299af41bd91 (commit)
      from  29a6cb5fb2ceebdd45c343619e9d49fbd9d75558 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a77ea5d4e9e7a0edf0be99d8b7e1f98a9b1d490c
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Nov 1 16:13:53 2012 -0700

    [2371] fixed a trivial description error in doc

commit cb7e1e285e788e48afe26c3d18532299af41bd91
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Nov 1 16:12:41 2012 -0700

    [2371] doc wording update as suggested in review

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/master_lexer.h |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_lexer.h b/src/lib/dns/master_lexer.h
index 34c1313..6b3c351 100644
--- a/src/lib/dns/master_lexer.h
+++ b/src/lib/dns/master_lexer.h
@@ -82,7 +82,7 @@ public:
     /// \brief Close the most recently opened input source (file or stream).
     ///
     /// If it's a file, the opened file will be literally closed.
-    /// If it's a stream, \c MasterLexer will simply release the reference to
+    /// If it's a stream, \c MasterLexer will simply stop using
     /// the stream; the caller can assume it will be never used in
     /// \c MasterLexer thereafter.
     ///
@@ -122,8 +122,7 @@ public:
     ///
     /// \throw None
     ///
-    /// \return A string representation of the current source (see the
-    /// description)
+    /// \return The current line number of the source (see the description)
     size_t getSourceLine() const;
 
 private:



More information about the bind10-changes mailing list