From a6a119d353db18f38787d6cc3cb4a8e55faf8a0f Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 9 Apr 2014 17:19:28 +0200 Subject: docs: Adjusted CMake so Doxygen builds either manual, API docs, or both --- host/docs/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/docs/Doxyfile.in') diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in index 432e542aa..bf862c0c2 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -654,8 +654,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @CMAKE_SOURCE_DIR@/include \ - @CMAKE_SOURCE_DIR@/docs +INPUT = @DOXYGEN_INPUT_DIRS@ + # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # also the default input encoding. Doxygen uses libiconv (or the iconv built -- cgit v1.2.3