Browse Source

[master] Restored @endcode lost during merge

Francis Dupont 8 years ago
parent
commit
01c6ddf95b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/dhcp6/dhcp6.dox

+ 1 - 0
src/bin/dhcp6/dhcp6.dox

@@ -34,6 +34,7 @@ the new parser, here's how you use it:
  // can be replaced with this:
  Parser6Context parser;
  json = parser.parseFile(file_name, Parser6Context::PARSER_DHCP6);
+@endcode
 
 Note: parsers are currently being migrated to @ref isc::data::SimpleParser. See
 @ref ccSimpleParser page for details.