diff options
author | David Robillard <d@drobilla.net> | 2018-06-16 10:26:47 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-11-25 22:12:48 +0100 |
commit | a70ee297d71d03c004e78aa1061877f231cfd8d2 (patch) | |
tree | 7f0095fcda00b69901d1f133e7c8b4ffc358884b /doc | |
parent | 535bc536f0541792b0bab84041e7d82eaa457368 (diff) | |
download | serd-a70ee297d71d03c004e78aa1061877f231cfd8d2.tar.gz serd-a70ee297d71d03c004e78aa1061877f231cfd8d2.tar.bz2 serd-a70ee297d71d03c004e78aa1061877f231cfd8d2.zip |
WIP: Add C++ bindings
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 2a02e35e..e54553d3 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -780,7 +780,8 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = @SERD_SRCDIR@/serd/serd.h +INPUT = @SERD_SRCDIR@/serd/serd.h \ + @SERD_SRCDIR@/serd/serd.hpp # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -847,7 +848,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 |