aboutsummaryrefslogtreecommitdiffstats
path: root/debugXML.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-01-22 18:15:52 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-01-22 18:15:52 +0000
commit9d06d300a5c4146907b3af8fcbf67d8e7d868567 (patch)
tree576b9585ed58fef46b290a686cfc2d8f24fccf83 /debugXML.c
parent2d1464fbbfb9bbde14decd2dd0dd9a4c68ce4b2c (diff)
downloadandroid_external_libxml2-9d06d300a5c4146907b3af8fcbf67d8e7d868567.tar.gz
android_external_libxml2-9d06d300a5c4146907b3af8fcbf67d8e7d868567.tar.bz2
android_external_libxml2-9d06d300a5c4146907b3af8fcbf67d8e7d868567.zip
Build a new version hopefully near complete and fully documented of the
* doc/libxml2-api.xml doc/parsedecl.py: Build a new version hopefully near complete and fully documented of the API in XML * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h include/libxml/list.h include/libxml/parser.h include/libxml/tree.h include/libxml/parserInternals.h include/libxml/valid.hi include/libxml/xmlIO.h include/libxml/xmlerror.hi include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini include/libxml/xpath.h include/libxml/xpathInternals.h: Cleaned up the doc comments a lot in the process, the interface coverage is now 100% Daniel
Diffstat (limited to 'debugXML.c')
-rw-r--r--debugXML.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/debugXML.c b/debugXML.c
index ed340d4c..613dadc6 100644
--- a/debugXML.c
+++ b/debugXML.c
@@ -1307,7 +1307,7 @@ xmlShellPrintNode(xmlNodePtr node)
/**
* xmlShellPrintXPathResult:
- * list: a valid result generated by an xpath evaluation
+ * @list: a valid result generated by an xpath evaluation
*
* Prints result to stdout
*/
@@ -1813,7 +1813,7 @@ xmlShellDu(xmlShellCtxtPtr ctxt ATTRIBUTE_UNUSED,
* xmlShellPwd:
* @ctxt: the shell context
* @buffer: the output buffer
- * @tree: a node
+ * @node: a node
* @node2: unused
*
* Implements the XML shell function "pwd"