BIND 10 trac3151, updated. 4a4a6098ba06773512cb4e20033b58c8353c8201 [3151] Replaced curly braces with code and endcode in dhcp6/config_parser.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Sep 27 11:40:35 UTC 2013


The branch, trac3151 has been updated
       via  4a4a6098ba06773512cb4e20033b58c8353c8201 (commit)
      from  b5f8586097eb7bb1961fce2c767a71f534923d2b (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 4a4a6098ba06773512cb4e20033b58c8353c8201
Author: Thomas Markwalder <tmark at isc.org>
Date:   Fri Sep 27 07:39:27 2013 -0400

    [3151] Replaced curly braces with code and endcode in dhcp6/config_parser.cc

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

Summary of changes:
 src/bin/dhcp6/config_parser.cc |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/config_parser.cc b/src/bin/dhcp6/config_parser.cc
index bc2e02c..fdf0bae 100644
--- a/src/bin/dhcp6/config_parser.cc
+++ b/src/bin/dhcp6/config_parser.cc
@@ -174,13 +174,15 @@ protected:
 /// PdPool defintions currently support three elements: prefix, prefix-len,
 /// and delegated-len, as shown in the example JSON text below:
 ///
-/// {{{
+/// @code
 ///
 /// {
 ///     "prefix": "2001:db8:1::",
 ///     "prefix-len": 64,
 ///     "delegated-len": 128
 /// }
+/// @endcode
+///
 class PdPoolParser : public DhcpConfigParser {
 public:
 



More information about the bind10-changes mailing list