diff options
author | Oz Linden <oz@lindenlab.com> | 2015-11-05 17:38:55 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-11-05 17:38:55 -0500 |
commit | 51fbdbe2a6ba27394f6938c965acbc0470a0870d (patch) | |
tree | 4aa7a98446d7949edfe498a2192886928faf6231 /indra/doxygen/Doxyfile.in | |
parent | 06dfd985214afa017a6718b3b3a627bf27e46fa3 (diff) |
correct doxygen configuration
Diffstat (limited to 'indra/doxygen/Doxyfile.in')
-rw-r--r-- | indra/doxygen/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/doxygen/Doxyfile.in b/indra/doxygen/Doxyfile.in index 5c600debdf..26c522f1dd 100644 --- a/indra/doxygen/Doxyfile.in +++ b/indra/doxygen/Doxyfile.in @@ -574,7 +574,7 @@ WARN_LOGFILE = @CMAKE_CURRENT_BINARY_DIR@/doxygen_warnings.log # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../indra +INPUT = @CMAKE_CURRENT_SOURCE_DIR@/../../indra ## TODO We would like to also have the includes from @CMAKE_CURRENT_BINARY_DIR@/packages/include ## but at present that is too expensive. Ideally, we will modify each package build to do ## generation of doxygen docs, and install them in a modular way that we can connect. See TAGS |