summaryrefslogtreecommitdiff
path: root/doc/apibuild.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2006-10-11 16:43:06 +0000
committerDaniel Veillard <veillard@src.gnome.org>2006-10-11 16:43:06 +0000
commit6ad5c4af742de7f56ae5e0eaf89f174775a1e822 (patch)
treeb5aa9282feca42d7b02eacbe96a5ed53e493f1db /doc/apibuild.py
parent26ab0e6c73ee2a80695bed9e6530417dea49cb15 (diff)
downloadlibxml2-6ad5c4af742de7f56ae5e0eaf89f174775a1e822.tar.gz
fixed a weird error where validity context whould not show up if warnings
* valid.c: fixed a weird error where validity context whould not show up if warnings were disabled pointed out by Bob Stayton * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs * doc//* testapi.c: rebuilt the docs Daniel
Diffstat (limited to 'doc/apibuild.py')
-rwxr-xr-xdoc/apibuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py
index f1a795fd..1e737250 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -49,6 +49,7 @@ ignored_files = {
"runtest.c": "regression tests program",
"runsuite.c": "regression tests program",
"tst.c": "not part of the library",
+ "test.c": "not part of the library",
"testdso.c": "test for dynamid shared libraries",
}