mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
build - Try using doxygen binary directly
This commit is contained in:
parent
3055957e76
commit
3b9279c211
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
~/doxygen $DOXYFILE 2>&1 | tee doxygen.log
|
||||
|
||||
echo 'Done generating Doxygen code documentation...'
|
||||
#cat doxygen.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue