Initial commit
This commit is contained in:
8
doc/doxygen/run_doxygen.sh
Normal file
8
doc/doxygen/run_doxygen.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
DOX_DIR="$(cd $(dirname ${BASH_SOURCE[0]}) && pwd)"
|
||||
if [ -z "$DOXYGEN_OUTPUT_DIRECTORY" ] ; then
|
||||
export DOXYGEN_OUTPUT_DIRECTORY=${DOX_DIR}/html
|
||||
fi
|
||||
echo "Generating reference documentation in ${DOXYGEN_OUTPUT_DIRECTORY}..."
|
||||
cd ${DOX_DIR}
|
||||
doxygen scummvm.doxyfile
|
||||
Reference in New Issue
Block a user