From 380edd6da07fb1fd6c89c046190dad3b7fd95386 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Oct 2020 12:14:26 +0200 Subject: Move includes to a separate directory This is more conventional and directories named "include" are specially understood by some tooling like clang-tidy. --- doc/reference.doxygen.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 4e91ca2..b032abe 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -797,7 +797,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = @PUGL_SRCDIR@/pugl/ \ +INPUT = @PUGL_SRCDIR@/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