summaryrefslogtreecommitdiffstats
path: root/src/lib/eval/eval.dox
diff options
context:
space:
mode:
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.