diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 09:00:31 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-06 07:19:10 -0400 |
commit | adbc0b2c362ce213a0396525d42af904e9bc2c94 (patch) | |
tree | 97f6d53ab38b5416904765d13b142e53cd0337e8 /doc | |
parent | 25784d0c24744533fd3c056e3d58f2f869ba341a (diff) | |
download | serd-adbc0b2c362ce213a0396525d42af904e9bc2c94.tar.gz serd-adbc0b2c362ce213a0396525d42af904e9bc2c94.tar.bz2 serd-adbc0b2c362ce213a0396525d42af904e9bc2c94.zip |
Clean up documentation symbol ignore list
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py.in | 12 |
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", ] |