diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-04-09 17:19:28 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-04-09 17:25:09 +0200 |
commit | a6a119d353db18f38787d6cc3cb4a8e55faf8a0f (patch) | |
tree | 4a9c265ba40ec43a2df0314e3af5c70b600a74c1 /host/docs/Doxyfile.in | |
parent | c23fc7f5a66c80c1a0f7c78127bcfa5feb767261 (diff) | |
download | uhd-a6a119d353db18f38787d6cc3cb4a8e55faf8a0f.tar.gz uhd-a6a119d353db18f38787d6cc3cb4a8e55faf8a0f.tar.bz2 uhd-a6a119d353db18f38787d6cc3cb4a8e55faf8a0f.zip |
docs: Adjusted CMake so Doxygen builds either manual, API docs, or both
Diffstat (limited to 'host/docs/Doxyfile.in')
-rw-r--r-- | host/docs/Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |