diff options
author | David Robillard <d@drobilla.net> | 2018-06-03 19:24:59 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:07 -0500 |
commit | 40534e6c42daabb6cc8ec2d49785bec088d1d3a8 (patch) | |
tree | 593e37de3e9bce98e291ec098a7081e6e26240b0 /doc | |
parent | 38f85ad8c53c618033e3d0b7cb1fe782c38cf0a3 (diff) | |
download | serd-40534e6c42daabb6cc8ec2d49785bec088d1d3a8.tar.gz serd-40534e6c42daabb6cc8ec2d49785bec088d1d3a8.tar.bz2 serd-40534e6c42daabb6cc8ec2d49785bec088d1d3a8.zip |
Add SerdStatement
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 9b1cdc70..e3e7f1ad 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -32,6 +32,7 @@ _opaque = [ "SerdNodeImpl", "SerdReaderImpl", "SerdSinkImpl", + "SerdStatementImpl", "SerdWorldImpl", "SerdWriterImpl", "int64_t", |