mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
config/build - Switch back to apt installed doxygen
This commit is contained in:
parent
8c3fd56902
commit
611dc3015e
2 changed files with 1 additions and 2 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