summaryrefslogtreecommitdiff
path: root/doc/apibuild.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-07-03 16:09:51 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-07-03 16:09:51 +0000
commit95175012ecb180e9f40f57455a600401f854075c (patch)
tree1a426f49b1c8403ad64b0417083779ec6fd9bee4 /doc/apibuild.py
parent8fcd2cacd33ebbd6ab578684e1523fa00deb6394 (diff)
downloadlibxml2-95175012ecb180e9f40f57455a600401f854075c.tar.gz
fixing #307823 and a couple of assorted bugs fixed conditionals in
* testapi.c runsuite.c runtest.c: fixing #307823 and a couple of assorted bugs * python/generator.py python/libxml2-python-api.xml: fixed conditionals in generator too * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some cleanups too and rebuilt Daniel
Diffstat (limited to 'doc/apibuild.py')
-rwxr-xr-xdoc/apibuild.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py
index 56862389..a5275f1f 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -32,7 +32,22 @@ ignored_files = {
"rngparser.c": "not yet integrated",
"rngparser.h": "not yet integrated",
"elfgcchack.h": "not a normal header",
+ "testHTML.c": "test tool",
+ "testReader.c": "test tool",
+ "testSchemas.c": "test tool",
+ "testXPath.c": "test tool",
+ "testAutomata.c": "test tool",
+ "testModule.c": "test tool",
+ "testRegexp.c": "test tool",
+ "testThreads.c": "test tool",
+ "testC14N.c": "test tool",
+ "testRelax.c": "test tool",
+ "testThreadsWin32.c": "test tool",
+ "testSAX.c": "test tool",
+ "testURI.c": "test tool",
"testapi.c": "generated regression tests",
+ "runtest.c": "regression tests program",
+ "runsuite.c": "regression tests program",
"tst.c": "not part of the library",
"testdso.c": "test for dynamid shared libraries",
}