diff options
author | David Robillard <d@drobilla.net> | 2018-06-16 10:26:47 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-13 19:48:23 +0200 |
commit | 7e15cdbd8ce83771098a90d70b086f833ab0941f (patch) | |
tree | a1ea18e9647c9e8dd84818ac6690da584407c996 /doc | |
parent | 5878f2aeb5e069947761e0c9629b7741b63d78f9 (diff) | |
download | serd-7e15cdbd8ce83771098a90d70b086f833ab0941f.tar.gz serd-7e15cdbd8ce83771098a90d70b086f833ab0941f.tar.bz2 serd-7e15cdbd8ce83771098a90d70b086f833ab0941f.zip |
WIP: Add C++ bindings
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 8e11f865..f4d80c95 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -804,6 +804,7 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = @SERD_SRCDIR@/serd/serd.h \ + @SERD_SRCDIR@/serd/serd.hpp \ @SERD_SRCDIR@/doc/mainpage.md # This tag can be used to specify the character encoding of the source files @@ -871,7 +872,7 @@ EXCLUDE_PATTERNS = # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories use the pattern */test/* -EXCLUDE_SYMBOLS = +EXCLUDE_SYMBOLS = detail # The EXAMPLE_PATH tag can be used to specify one or more files or directories # that contain example code fragments that are included (see the \include |