summaryrefslogtreecommitdiff
path: root/doc/apibuild.py
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 /doc/apibuild.py
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 'doc/apibuild.py')
-rwxr-xr-xdoc/apibuild.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py
index c2dff846..c9d51737 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -52,7 +52,10 @@ ignored_files = {
"test.c": "not part of the library",
"testdso.c": "test for dynamid shared libraries",
"testrecurse.c": "test for entities recursions",
- "xzlib.h": "Internal API only",
+ "xzlib.h": "Internal API only 2.8.0",
+ "buf.h": "Internal API only 2.9.0",
+ "enc.h": "Internal API only 2.9.0",
+ "save.h": "Internal API only 2.9.0",
}
ignored_words = {