diff options
author | David Robillard <d@drobilla.net> | 2021-07-09 20:23:41 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-01-13 23:03:53 -0500 |
commit | bf72cc408db5244881143619236aee20156f4ffd (patch) | |
tree | d8f12781c8050e2ee9c0e9d83488838968480f00 /doc | |
parent | a1c18e5585a1b3edbe62f53e768d270e54e4cac5 (diff) | |
download | serd-bf72cc408db5244881143619236aee20156f4ffd.tar.gz serd-bf72cc408db5244881143619236aee20156f4ffd.tar.bz2 serd-bf72cc408db5244881143619236aee20156f4ffd.zip |
Add SerdCaret
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index 4d5bf6b8..5fdf1220 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -23,7 +23,7 @@ _opaque = [ "FILE", "SerdByteSinkImpl", "SerdByteSourceImpl", - "SerdCursorImpl", + "SerdCaretImpl", "SerdEnvImpl", "SerdIterImpl", "SerdModelImpl", |