Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
51fbdbe2
Commit
51fbdbe2
authored
9 years ago
by
Oz Linden
Browse files
Options
Downloads
Patches
Plain Diff
correct doxygen configuration
parent
06dfd985
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
autobuild.xml
+2
-2
2 additions, 2 deletions
autobuild.xml
indra/doxygen/Doxyfile.in
+1
-1
1 addition, 1 deletion
indra/doxygen/Doxyfile.in
with
3 additions
and
3 deletions
autobuild.xml
+
2
−
2
View file @
51fbdbe2
...
@@ -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=Rel
WithDebInfo
</string>
<string>
-DCMAKE_BUILD_TYPE:STRING=Rel
ease
</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>
...
...
This diff is collapsed.
Click to expand it.
indra/doxygen/Doxyfile.in
+
1
−
1
View file @
51fbdbe2
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment