diff options
author | David Robillard <d@drobilla.net> | 2018-02-04 15:33:36 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 16:27:02 -0500 |
commit | c644f404054e6d68f3bb645cf93b8ad1501b8938 (patch) | |
tree | 6291623c37dd9ef6be062113bf6ac5afa8115171 /doc | |
parent | b0d4ae792c88cc55f9cc9a579530a1a13a158fda (diff) | |
download | serd-c644f404054e6d68f3bb645cf93b8ad1501b8938.tar.gz serd-c644f404054e6d68f3bb645cf93b8ad1501b8938.tar.bz2 serd-c644f404054e6d68f3bb645cf93b8ad1501b8938.zip |
Make nodes opaque
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index 5037d217..8f99424c 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -28,6 +28,7 @@ except ModuleNotFoundError: _opaque = [ "FILE", "SerdEnvImpl", + "SerdNodeImpl", "SerdReaderImpl", "SerdWriterImpl", "int64_t", |