summaryrefslogtreecommitdiff
path: root/ACEXML/parser
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-08-03 17:56:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-08-03 17:56:51 +0000
commit6550b971656e73239d5cb383764bdbcdce4a8454 (patch)
tree6ba08f97d2581c3032f810f384fbd9540d713afa /ACEXML/parser
parent84dd101fe1952835f8792c74d6ecd65b2992a5b5 (diff)
downloadATCD-6550b971656e73239d5cb383764bdbcdce4a8454.tar.gz
ChangeLogTag: Sat Aug 03 19:52:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACEXML/parser')
-rw-r--r--ACEXML/parser/parser/Parser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACEXML/parser/parser/Parser.h b/ACEXML/parser/parser/Parser.h
index 9516ffb4b94..68401b5bf0c 100644
--- a/ACEXML/parser/parser/Parser.h
+++ b/ACEXML/parser/parser/Parser.h
@@ -356,9 +356,9 @@ public:
* When the function finishes parsing, the input stream points
* at the first non-whitespace character.
*
- * @param publicID returns the unquoted publicID read. If none
+ * @param publicId returns the unquoted publicId read. If none
* is available, it will be reset to 0.
- * @param systemID returns the unquoted systemID read. If none
+ * @param systemId returns the unquoted systemId read. If none
* is available, it will be reset to 0.
*
* @retval 0 on success, -1 otherwise.
@@ -414,7 +414,7 @@ protected:
*/
/**
- * @var simple_parsing_name_
+ * @var simple_parsing_feature_
*
* This constant string defines the name of "simple XML parsing"
* feature. When this feature is enabled, ACEXML parser is allowed