Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
d93f3195
Commit
d93f3195
authored
14 years ago
by
Mark Olesen
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: use 1-col alphabetical output in reworked doxygen output
- avoids overflows in a fixed width boxes
parent
dd57f3c4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/doxygen/Allwmake
+8
-0
8 additions, 0 deletions
doc/doxygen/Allwmake
doc/doxygen/Doxyfile
+1
-1
1 addition, 1 deletion
doc/doxygen/Doxyfile
doc/doxygen/_Footer
+1
-1
1 addition, 1 deletion
doc/doxygen/_Footer
with
10 additions
and
2 deletions
doc/doxygen/Allwmake
+
8
−
0
View file @
d93f3195
#!/bin/sh
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# run from this directory
cd
${
0
%/*
}
||
exit
1
# run from this directory
[
-d
"
$WM_PROJECT_DIR
"
]
||
{
echo
"Error: WM_PROJECT_DIR directory does not exist"
echo
" Check the OpenFOAM entries in your dot-files and source them."
echo
" WM_PROJECT_DIR=
$WM_PROJECT_DIR
"
exit
1
}
set
-x
set
-x
rm
-rf
latex man
rm
-rf
latex man
...
...
This diff is collapsed.
Click to expand it.
doc/doxygen/Doxyfile
+
1
−
1
View file @
d93f3195
...
@@ -760,7 +760,7 @@ ALPHABETICAL_INDEX = YES
...
@@ -760,7 +760,7 @@ ALPHABETICAL_INDEX = YES
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
# in which this list will be split (can be a number in the range [1..20])
# in which this list will be split (can be a number in the range [1..20])
COLS_IN_ALPHA_INDEX =
4
COLS_IN_ALPHA_INDEX =
1
# In case all classes in a project start with a common prefix, all
# In case all classes in a project start with a common prefix, all
# classes will be put under the same header in the alphabetical index.
# classes will be put under the same header in the alphabetical index.
...
...
This diff is collapsed.
Click to expand it.
doc/doxygen/_Footer
+
1
−
1
View file @
d93f3195
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
</div> <!-- main -->
</div> <!-- main -->
<div class="footer">
<div class="footer">
<p>
<p>
Copyright © 200
0
-201
0
Copyright © 200
4
-201
1
<a href="http://www.openfoam.com/about">OpenCFD Limited</a>
<a href="http://www.openfoam.com/about">OpenCFD Limited</a>
| OPENFOAM® and OpenCFD® are registered trademarks of OpenCFD Ltd.
| OPENFOAM® and OpenCFD® are registered trademarks of OpenCFD Ltd.
</p>
</p>
...
...
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