Doxygen build updates

- Add doxygen build/install script
 - Update travis config and script to work with changes
This commit is contained in:
thephez 2018-02-01 15:41:57 -05:00
parent 611dc3015e
commit fc7f622ee5
3 changed files with 36 additions and 6 deletions

View file

@ -50,7 +50,7 @@ cp $TRAVIS_BUILD_DIR/doxygen/* doc/
##### Generate the Doxygen code documentation and log the output. #####
echo 'Generating Doxygen code documentation...'
# Redirect both stderr and stdout to the log file AND the console.
doxygen $DOXYFILE 2>&1 | tee doxygen.log
$TRAVIS_BUILD_DIR/doxygen-src/build/bin/doxygen doc/$DOXYFILE 2>&1 | tee doxygen.log
echo 'Done generating Doxygen code documentation...'
#cat doxygen.log