Skip to content

Commit

Permalink
Added useful comment about doxygen path
Browse files Browse the repository at this point in the history
  • Loading branch information
MicBosi committed Apr 13, 2016
1 parent f5ec7bf commit a499e09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/gendocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
set -o nounset # error if unset variables
set -o errexit # exit if error

# For Windows you want to do this under Git Bash:
# export PATH_TO_DOXYGEN='/c/Doxygen-1.7.2/doxygen.exe'

: ${PATH_TO_DOXYGEN:='doxygen'}

DOXYVER=`${PATH_TO_DOXYGEN} --version`
Expand Down

0 comments on commit a499e09

Please sign in to comment.