aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_xmlreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/KvsObject_xmlreader.cpp')
-rw-r--r--src/modules/objects/KvsObject_xmlreader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_xmlreader.cpp b/src/modules/objects/KvsObject_xmlreader.cpp
index 247834783..e72545d2b 100644
--- a/src/modules/objects/KvsObject_xmlreader.cpp
+++ b/src/modules/objects/KvsObject_xmlreader.cpp
@@ -45,8 +45,8 @@
This class implements a really simple xml document parser.
You will usually derive your own class from this one and reimplement
some of the events that it triggers.
- You will typically reimplement [classfnc:xmlparser]onElementStart[/classfnc]()
- and [classfnc:xmlparser]onElementEnd[/classfnc]() that will be called
+ You will typically reimplement [classfnc:xmlparser]$onElementStart[/classfnc]()
+ and [classfnc:xmlparser]$onElementEnd[/classfnc]() that will be called
during the execution of [classfnc:xmlparser]$parse[/classfnc]() in an order
reflecting the order of elements in the parsed document.
@functions: