summaryrefslogtreecommitdiff
path: root/encoding.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2012-08-10 10:00:18 +0800
committerDaniel Veillard <veillard@redhat.com>2012-08-10 10:00:18 +0800
commit28cc42d06867f46f921ec137b725a124e43936fd (patch)
tree8cfaf2320e39da849b714619078e00f94916642e /encoding.c
parent3e62adbe39f2083c9c2cd3330c320227818fd361 (diff)
downloadlibxml2-28cc42d06867f46f921ec137b725a124e43936fd.tar.gz
Regenerating docs and API files
Various cleanups * configure.in: force regeneration of APIs in my environment * buf.c buf.h enc.h encoding.c include/libxml/tree.h include/libxml/xmlerror.h save.h tree.c: various comment cleanups pointed by apibuild * doc/apibuild.py: added the 3 new internal headers in the excludes * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated the API * doc/symbols.xml: listing new entry points for 2.9.0 * doc/devhelp/*: regenerated
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/encoding.c b/encoding.c
index e7f563f0..46a25d84 100644
--- a/encoding.c
+++ b/encoding.c
@@ -2030,7 +2030,7 @@ xmlCharEncFirstLine(xmlCharEncodingHandler *handler, xmlBufferPtr out,
}
/**
- * xmlCharEncInput:
+ * xmlCharEncFirstLineInput:
* @input: a parser input buffer
* @len: number of bytes to convert for the first line, or -1
*
@@ -2383,7 +2383,7 @@ xmlCharEncInFunc(xmlCharEncodingHandler * handler, xmlBufferPtr out,
/**
* xmlCharEncOutput:
- * @input: a parser input buffer
+ * @output: a parser output buffer
* @init: is this an initialization call without data
*
* Generic front-end for the encoding handler on parser output