From 750eb8027b1f164c276ac7b1b14f04485cf4429d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Oct 2020 13:45:46 +0100 Subject: 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. --- doc/reference.doxygen.in | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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 -- cgit v1.2.1