Updated doc/Doxygen

This commit is contained in:
Henry
2011-06-13 22:31:43 +01:00
parent a47d5f8113
commit b6d4582300
31 changed files with 399 additions and 2106 deletions

View File

@ -1,5 +1,13 @@
#!/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