From adbc0b2c362ce213a0396525d42af904e9bc2c94 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Apr 2023 09:00:31 -0400 Subject: Clean up documentation symbol ignore list --- doc/conf.py.in | 12 ------------ 1 file changed, 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", ] -- cgit v1.2.1