diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-01-22 18:15:52 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-01-22 18:15:52 +0000 |
commit | 9d06d300a5c4146907b3af8fcbf67d8e7d868567 (patch) | |
tree | 576b9585ed58fef46b290a686cfc2d8f24fccf83 /HTMLtree.c | |
parent | 2d1464fbbfb9bbde14decd2dd0dd9a4c68ce4b2c (diff) | |
download | libxml2-9d06d300a5c4146907b3af8fcbf67d8e7d868567.tar.gz |
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 'HTMLtree.c')
-rw-r--r-- | HTMLtree.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1123,6 +1123,7 @@ htmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, * @buf: the HTML buffer output * @cur: the document * @encoding: the encoding string + * @format: should formatting spaces been added * * Dump an HTML document. */ |