aboutsummaryrefslogtreecommitdiffstats
path: root/catalog.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 /catalog.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 'catalog.c')
-rw-r--r--catalog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog.c b/catalog.c
index f4b6188b..9664c4fb 100644
--- a/catalog.c
+++ b/catalog.c
@@ -473,7 +473,7 @@ xmlParseCatalog(const xmlChar *value, const char *file) {
* *
************************************************************************/
-/*
+/**
* xmlLoadCatalog:
* @filename: a file path
*
@@ -548,7 +548,7 @@ xmlLoadCatalog(const char *filename) {
return(ret);
}
-/*
+/**
* xmlLoadCatalogs:
* @paths: a list of file path separated by ':' or spaces
*