From: Thomas Markwalder Date: Fri, 27 Sep 2013 11:39:27 +0000 (-0400) Subject: [3151] Replaced curly braces with code and endcode in dhcp6/config_parser.cc X-Git-Tag: bind10-1.2.0beta1-release~198^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4a6098ba06773512cb4e20033b58c8353c8201;p=thirdparty%2Fkea.git [3151] Replaced curly braces with code and endcode in dhcp6/config_parser.cc --- diff --git a/src/bin/dhcp6/config_parser.cc b/src/bin/dhcp6/config_parser.cc index bc2e02ce91..fdf0bae34a 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: