mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
doc - Minor documentation and script comment changes
This commit is contained in:
parent
22837773f2
commit
e7e409938a
3 changed files with 36 additions and 30 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue