]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2572] small doc update
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 11 Jan 2013 17:10:36 +0000 (09:10 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 11 Jan 2013 17:10:36 +0000 (09:10 -0800)
src/lib/dns/master_lexer.h

index 326556eb9d028b518980ad872c6127531bebffef..9363ff5e6b46c46d4bbf2132ee44a6c0d0f5748c 100644 (file)
@@ -500,9 +500,10 @@ public:
     /// hint of the progress.
     ///
     /// Note also that if a source is popped, this method will normally return
-    /// a smaller number by definition.  Likewise, the conceptual "read
-    /// cursor" would move backward after a call to \c ungetToken(), in which
-    /// case this method will return a smaller value, too.
+    /// a smaller number by definition (and so will \c getTotalSourceSize()).
+    /// Likewise, the conceptual "read cursor" would move backward after a
+    /// call to \c ungetToken(), in which case this method will return a
+    /// smaller value, too.
     ///
     /// \throw None
     size_t getPosition() const;