We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf38d7 commit 3878f9cCopy full SHA for 3878f9c
doxy_gen_and_deploy.sh
@@ -106,9 +106,9 @@ echo "" > .nojekyll
106
echo 'Generating Doxygen code documentation...'
107
# Redirect both stderr and stdout to the log file AND the console.
108
109
-if [ ! -f "$DOXYFILE" ]; then
+export DOXYFILE=${BUILD_DIR}/Doxyfile
110
+if [ ! -f ${DOXYFILE} ]; then
111
echo "Grabbing default Doxyfile"
- export DOXYFILE=${BUILD_DIR}/Doxyfile
112
113
curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/Doxyfile.default > ${DOXYFILE}
114
#sed -i "s/^INPUT .*/INPUT = ..\/../" ${DOXYFILE}
0 commit comments