summaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-12-05 14:57:46 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-12-05 14:57:46 +0000
commit1e90661bb817402f85103c3b9d3ce6ebab570f38 (patch)
treee4d220c43316e77d8dad22bfe6f705ba24ae0e33 /globals.c
parent85bb5b08df98f19dfb4b23a5ee0b3596a0d8326b (diff)
downloadlibxml2-1e90661bb817402f85103c3b9d3ce6ebab570f38.tar.gz
cleanup the make rebuild in doc, this include new directive to stop
* globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h include/libxml/pattern.h include/libxml/schemasInternals.h include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup the make rebuild in doc, this include new directive to stop documentation warnings * doc/* doc/html/*: rebuilt the docs * pattern.c xmlreader.c include/libxml/pattern.h include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern() to save nodes while scanning the tree with the reader, cleanup the way element were freed, and xmlTextReaderPreserve() implementation, the API might change for namespace binding support when compiling patterns. * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve() Daniel
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.c b/globals.c
index 8de87e4b..69b4dc20 100644
--- a/globals.c
+++ b/globals.c
@@ -540,6 +540,10 @@ xmlInitializeGlobalState(xmlGlobalStatePtr gs)
xmlMutexUnlock(xmlThrDefMutex);
}
+/**
+ * DOC_DISABLE : we ignore missing doc for the xmlThrDef functions,
+ * those are really internal work
+ */
void
xmlThrDefSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler) {
xmlMutexLock(xmlThrDefMutex);