2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[4096] Removed @todo and changed Bison for Eval

This commit is contained in:
Francis Dupont
2015-11-19 17:40:59 +01:00
parent ca10116a5d
commit 80b1ee66d2

View File

@@ -42,14 +42,14 @@
/// -# "name" - a string containing the name of the class /// -# "name" - a string containing the name of the class
/// ///
/// -# "test" - a string containing the logical expression used to determine /// -# "test" - a string containing the logical expression used to determine
/// membership in the class. @todo This is passed into the Bison parser. /// membership in the class. This is passed into the eval parser.
/// ///
/// -# "option-data" - a list which defines the options that should be /// -# "option-data" - a list which defines the options that should be
/// assigned to memebers of the class. This element is optional and parsed /// assigned to memebers of the class. This element is optional and parsed
/// using the @ref dhcp::OptionDataListParser. /// using the @ref dhcp::OptionDataListParser.
/// ///
/// ExpressionParser - creates an eval::Expression from a string element, /// ExpressionParser - creates an eval::Expression from a string element,
/// using the Bison Parser @todo. /// using the Eval Parser.
/// ///
namespace isc { namespace isc {
namespace dhcp { namespace dhcp {
@@ -57,7 +57,7 @@ namespace dhcp {
/// @brief Parser for a logical expression /// @brief Parser for a logical expression
/// ///
/// This parser creates an instance of an Expression from a string. The /// This parser creates an instance of an Expression from a string. The
/// string is passed to the Bison Parser and the resultant Expression is /// string is passed to the Eval Parser and the resultant Expression is
/// stored into the ExpressionPtr reference passed into the constructor. /// stored into the ExpressionPtr reference passed into the constructor.
class ExpressionParser : public DhcpConfigParser { class ExpressionParser : public DhcpConfigParser {
public: public: