aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-03 09:00:31 -0400
committerDavid Robillard <d@drobilla.net>2023-04-06 07:19:10 -0400
commitadbc0b2c362ce213a0396525d42af904e9bc2c94 (patch)
tree97f6d53ab38b5416904765d13b142e53cd0337e8
parent25784d0c24744533fd3c056e3d58f2f869ba341a (diff)
downloadserd-adbc0b2c362ce213a0396525d42af904e9bc2c94.tar.gz
serd-adbc0b2c362ce213a0396525d42af904e9bc2c94.tar.bz2
serd-adbc0b2c362ce213a0396525d42af904e9bc2c94.zip
Clean up documentation symbol ignore list
-rw-r--r--doc/conf.py.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in
index 924066aa..51b37217 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -27,25 +27,13 @@ except ModuleNotFoundError:
# Ignore everything opaque or external for nitpicky mode
_opaque = [
"FILE",
- "SerdByteSinkImpl",
- "SerdByteSourceImpl",
- "SerdCursorImpl",
"SerdEnvImpl",
- "SerdIterImpl",
- "SerdModelImpl",
- "SerdNodeImpl",
- "SerdNodesImpl",
- "SerdRangeImpl",
"SerdReaderImpl",
- "SerdSinkImpl",
- "SerdStatementImpl",
- "SerdWorldImpl",
"SerdWriterImpl",
"int64_t",
"size_t",
"uint32_t",
"uint8_t",
- "uintptr_t",
"va_list",
]