cantera/bin/make_doxygen
Harry Moffat 0d9b7d7868 Updated doxygen make generation capability.
Started to modify doxygen content to get rid of the large number of warnings.
2014-08-21 00:48:04 +00:00

10 lines
189 B
Bash

#!/bin/sh
#
#
CUR=`pwd`
CANTERA_SRC_ROOT=${CANTERA_SRC_ROOT:="$CUR"}
/bin/rm -rf build/docs/doxygen
cd $CANTERA_SRC_ROOT
#doxygen doc/doxygen/Doxyfile
doxygen doc/doxygen/Doxyfile.tested