doc - Minor documentation and script comment changes

This commit is contained in:
thephez 2018-02-06 12:52:20 -05:00 committed by dash-docs
parent 22837773f2
commit e7e409938a
3 changed files with 36 additions and 30 deletions

View file

@ -1,4 +1,15 @@
#!/bin/sh
################################################################################
# Title : build-install-doxygen.sh
# Date created : 2018/02/01
# Notes :
__AUTHOR__="thephez"
#
# If the doxygen binary is not found, clones the doxygen repository, builds,
# and copies the binary to a location for Travis-CI caching.
#
################################################################################
set -ex
file="$TRAVIS_BUILD_DIR/doxygen-install/doxygen"