From 51fbdbe2a6ba27394f6938c965acbc0470a0870d Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Thu, 5 Nov 2015 17:38:55 -0500 Subject: correct doxygen configuration --- autobuild.xml | 4 ++-- indra/doxygen/Doxyfile.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index 3eab52608b..e73ebce825 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -2476,7 +2476,7 @@ arguments - Doxyfile + doxygen/Doxyfile command doxygen @@ -2508,7 +2508,7 @@ options - -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo + -DCMAKE_BUILD_TYPE:STRING=Release -DWORD_SIZE:STRING=32 -DROOT_PROJECT_NAME:STRING=SecondLife -DINSTALL_PROPRIETARY=TRUE 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 -- cgit v1.2.3