2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[5019_rebase] New global parser classes documented.

This commit is contained in:
Tomek Mrugalski
2017-01-26 15:20:08 +01:00
parent b5c4f9c228
commit 40f36afc0b
2 changed files with 6 additions and 0 deletions

View 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: