Skip to content
Snippets Groups Projects
Commit 51fbdbe2 authored by Oz Linden's avatar Oz Linden
Browse files

correct doxygen configuration

parent 06dfd985
No related branches found
No related tags found
No related merge requests found
...@@ -2476,7 +2476,7 @@ ...@@ -2476,7 +2476,7 @@
<map> <map>
<key>arguments</key> <key>arguments</key>
<array> <array>
<string>Doxyfile</string> <string>doxygen/Doxyfile</string>
</array> </array>
<key>command</key> <key>command</key>
<string>doxygen</string> <string>doxygen</string>
...@@ -2508,7 +2508,7 @@ ...@@ -2508,7 +2508,7 @@
<map> <map>
<key>options</key> <key>options</key>
<array> <array>
<string>-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo</string> <string>-DCMAKE_BUILD_TYPE:STRING=Release</string>
<string>-DWORD_SIZE:STRING=32</string> <string>-DWORD_SIZE:STRING=32</string>
<string>-DROOT_PROJECT_NAME:STRING=SecondLife</string> <string>-DROOT_PROJECT_NAME:STRING=SecondLife</string>
<string>-DINSTALL_PROPRIETARY=TRUE</string> <string>-DINSTALL_PROPRIETARY=TRUE</string>
......
...@@ -574,7 +574,7 @@ WARN_LOGFILE = @CMAKE_CURRENT_BINARY_DIR@/doxygen_warnings.log ...@@ -574,7 +574,7 @@ WARN_LOGFILE = @CMAKE_CURRENT_BINARY_DIR@/doxygen_warnings.log
# directories like "/usr/src/myproject". Separate the files or directories # directories like "/usr/src/myproject". Separate the files or directories
# with spaces. # 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 ## 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 ## 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 ## generation of doxygen docs, and install them in a modular way that we can connect. See TAGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment