BIND 10 trac2430, updated. 89ba2e6d39cb06fab5a594f7cabae57802726133 [2430] Update genNibbles() doc

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 17 08:28:20 UTC 2014


The branch, trac2430 has been updated
       via  89ba2e6d39cb06fab5a594f7cabae57802726133 (commit)
      from  3fc1c63ddb5524345e80c07c5dbea3cfc785e683 (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 89ba2e6d39cb06fab5a594f7cabae57802726133
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Feb 17 13:45:17 2014 +0530

    [2430] Update genNibbles() doc

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

Summary of changes:
 src/lib/dns/master_loader.cc |   16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc
index da31132..5e68fed 100644
--- a/src/lib/dns/master_loader.cc
+++ b/src/lib/dns/master_loader.cc
@@ -587,9 +587,23 @@ namespace { // begin unnamed namespace
 /// num = 0xabcd, width = 0, uppercase = true
 /// "D.C.B.A"
 ///
+/// num = 0, width = 0
+/// "0"
+///
+/// num = 0, width = 1
+/// "0"
+///
+/// num = 0, width = 2
+/// "0."
+///
+/// num = 0, width = 3
+/// "0.0"
+///
 /// \param num The number for which the dotted nibble sequence should be
 /// generated.
-/// \param width The width of the generated string.
+/// \param width The width of the generated string. This is only
+/// meaningful when it is larger than the dotted nibble sequence
+/// representation of \c num.
 /// \param uppercase Whether to use uppercase characters in nibble
 /// sequence.
 /// \return A string containing the dotted nibble sequence.



More information about the bind10-changes mailing list