]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5019_rebase] New global parser classes documented.
authorTomek Mrugalski <tomasz@isc.org>
Thu, 26 Jan 2017 14:20:08 +0000 (15:20 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 26 Jan 2017 14:20:08 +0000 (15:20 +0100)
src/bin/dhcp4/json_config_parser.cc
src/bin/dhcp6/json_config_parser.cc

index cb2f031f4c0c2039d59fc1a35f4ff40746a987cc..5b60f5be23b8cdb1af5948c7e45b1c3a6160766a 100644 (file)
@@ -371,6 +371,9 @@ public:
     }
 };
 
+/// @brief Parser that takes care of global DHCPv6 parameters.
+///
+/// See @ref parse method for a list of supported parameters.
 class Dhcp4ConfigParser : public isc::data::SimpleParser {
 public:
 
index 5576169282c1cde351bd633b6b8c0a124f17e874..406325e20d465ee87fef11890c75de7b45b64fad 100644 (file)
@@ -600,6 +600,9 @@ public:
     }
 };
 
+/// @brief Parser that takes care of global DHCPv6 parameters.
+///
+/// See @ref parse method for a list of supported parameters.
 class Dhcp6ConfigParser : public isc::data::SimpleParser {
 public: