summaryrefslogtreecommitdiff
path: root/doc/apibuild.py
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-08-26 01:22:33 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-08-26 02:11:56 +0200
commit0f568c0b7376d5013a14e9186ec962b5aa033636 (patch)
tree286fc1f82577d02f78fc9242db8a510e91788f41 /doc/apibuild.py
parent48f84ea8ed3bcd9c096accfdc1e8c2d588a557a4 (diff)
downloadlibxml2-0f568c0b7376d5013a14e9186ec962b5aa033636.tar.gz
Consolidate private header files
Private functions were previously declared - in header files in the root directory - in public headers guarded with IN_LIBXML - in libxml.h - redundantly in source files that used them. Consolidate all private header files in include/private.
Diffstat (limited to 'doc/apibuild.py')
-rwxr-xr-xdoc/apibuild.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py
index 4848b931..dff5c573 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -23,14 +23,12 @@ ignored_files = {
"trio.c": "too many non standard macros",
"trionan.c": "too many non standard macros",
"triostr.c": "too many non standard macros",
- "acconfig.h": "generated portability layer",
"config.h": "generated portability layer",
"libxml.h": "internal only",
"testOOM.c": "out of memory tester",
"testOOMlib.h": "out of memory tester",
"testOOMlib.c": "out of memory tester",
"rngparser.c": "not yet integrated",
- "rngparser.h": "not yet integrated",
"testAutomata.c": "test tool",
"testModule.c": "test tool",
"testThreads.c": "test tool",
@@ -41,10 +39,6 @@ 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 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",
"timsort.h": "Internal header only for xpath.c 2.9.0",
}