Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
d93f3195
Commit
d93f3195
authored
Jan 27, 2011
by
Mark Olesen
Browse files
STYLE: use 1-col alphabetical output in reworked doxygen output
- avoids overflows in a fixed width boxes
parent
dd57f3c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/doxygen/Allwmake
View file @
d93f3195
#!/bin/sh
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
rm
-rf
latex man
...
...
doc/doxygen/Doxyfile
View file @
d93f3195
...
...
@@ -760,7 +760,7 @@ ALPHABETICAL_INDEX = YES
# 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])
COLS_IN_ALPHA_INDEX =
4
COLS_IN_ALPHA_INDEX =
1
# 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.
...
...
doc/doxygen/_Footer
View file @
d93f3195
...
...
@@ -2,7 +2,7 @@
</div> <!-- main -->
<div class="footer">
<p>
Copyright © 200
0
-201
0
Copyright © 200
4
-201
1
<a href="http://www.openfoam.com/about">OpenCFD Limited</a>
| OPENFOAM® and OpenCFD® are registered trademarks of OpenCFD Ltd.
</p>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment