summaryrefslogtreecommitdiffstats
path: root/src/lib/eval/eval.dox
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-11-11 17:13:54 +0100
committerFrancis Dupont <fdupont@isc.org>2015-11-11 17:13:54 +0100
commitb233a6898475e7b0d7c29b783880aa86cc043f7c (patch)
tree1837e85fc89a64dfdcefa9ca14473e6206f70ec9 /src/lib/eval/eval.dox
parent[4088fd] Moved option code range check to the parser, freeing INTEGER tokens (diff)
downloadkea-b233a6898475e7b0d7c29b783880aa86cc043f7c.tar.xz
kea-b233a6898475e7b0d7c29b783880aa86cc043f7c.zip
[4088fd] Removed unused File functions
Diffstat (limited to 'src/lib/eval/eval.dox')
-rw-r--r--src/lib/eval/eval.dox5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/eval/eval.dox b/src/lib/eval/eval.dox
index 95a0c53f2e..b116f337e7 100644
--- a/src/lib/eval/eval.dox
+++ b/src/lib/eval/eval.dox
@@ -22,9 +22,8 @@
classification, but in the future may be also used for other applications.
The external interface to the library is the @ref isc::eval::EvalContext
- class. Once instantiated, it offers two major methods:
- @ref isc::eval::EvalContext::parseFile which parses the content of a file
- and @ref isc::eval::EvalContext::parseString, which parses the specified
+ class. Once instantiated, it offers a major method:
+ @ref isc::eval::EvalContext::parseString, which parses the specified
string. Once the expression is parsed, it is converted to a collection of
tokens that are stored in Reverse Polish Notation in
EvalContext::expression.