aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-18 19:30:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-18 19:30:27 +0000
commit5e2dace1ca6fbb023d1ce848d4e98deefbbfec31 (patch)
tree11c326472dc001b64ae56f165323934d72a95336 /encoding.c
parent8599e70dd39c4cdc3da79fdc07859c911381b00b (diff)
downloadandroid_external_libxml2-5e2dace1ca6fbb023d1ce848d4e98deefbbfec31.tar.gz
android_external_libxml2-5e2dace1ca6fbb023d1ce848d4e98deefbbfec31.tar.bz2
android_external_libxml2-5e2dace1ca6fbb023d1ce848d4e98deefbbfec31.zip
Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%
Cleanup, cleanup .. * configure.in Makefile.am: removed libxml softlink for good * include/libxml/*.h *.c doc/Makefile.am: cleanup to get 100% coverage by gtk-doc Daniel
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/encoding.c b/encoding.c
index aa73f778..f7c020c6 100644
--- a/encoding.c
+++ b/encoding.c
@@ -362,7 +362,6 @@ xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) {
/**
* xmlUTF8Strsub:
* @utf: a sequence of UTF-8 encoded bytes
- *
* @start: relative pos of first char
* @len: total number to copy
*
@@ -1768,8 +1767,8 @@ xmlGetCharEncodingHandler(xmlCharEncoding enc) {
}
/**
- * xmlGetCharEncodingHandler:
- * @enc: a string describing the char encoding.
+ * xmlFindCharEncodingHandler:
+ * @name: a string describing the char encoding.
*
* Search in the registrered set the handler able to read/write that encoding.
*