]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3151] Replaced curly braces with code and endcode in dhcp6/config_parser.cc
authorThomas Markwalder <tmark@isc.org>
Fri, 27 Sep 2013 11:39:27 +0000 (07:39 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 27 Sep 2013 11:39:27 +0000 (07:39 -0400)
src/bin/dhcp6/config_parser.cc

index bc2e02ce91f8d04c19fad27673d39f56e0e57040..fdf0bae34ae7b198bf67d29d5a82dfeaa2746737 100644 (file)
@@ -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: