diff options
author | David Robillard <d@drobilla.net> | 2020-10-29 13:45:46 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-30 10:58:27 +0100 |
commit | 750eb8027b1f164c276ac7b1b14f04485cf4429d (patch) | |
tree | 1906196c3088d3f7c90255c1d653764a16f3c5c2 /doc | |
parent | 21d1e350a3b22ba690553f8371714fd9e896c7c8 (diff) | |
download | pugl-750eb8027b1f164c276ac7b1b14f04485cf4429d.tar.gz pugl-750eb8027b1f164c276ac7b1b14f04485cf4429d.tar.bz2 pugl-750eb8027b1f164c276ac7b1b14f04485cf4429d.zip |
Move C++ bindings to a separate directory
This seemed messy and potentially misleading for what is fundamentally a C++
library. It also makes it possible to set separate clang-tidy and clang-format
settings for each to avoid "tainting" the C settings, though currently the
headers use the same checks.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 8aa511e..5fecdbe 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -782,6 +782,7 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = @PUGL_SRCDIR@/include/pugl/ \ + @PUGL_SRCDIR@/bindings/cxx/include/pugl/ \ @PUGL_SRCDIR@/doc/mainpage.md # This tag can be used to specify the character encoding of the source files |