From: skullY Date: Thu, 22 Mar 2018 07:45:24 +0000 (-0700) Subject: fix the moxygen invocation X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=commitdiff_plain;h=70cf46d4f17fe221a4f11322cb083a4a6f64e980 fix the moxygen invocation --- diff --git a/util/travis_docs.sh b/util/travis_docs.sh index ec553952c..74eee3c26 100644 --- a/util/travis_docs.sh +++ b/util/travis_docs.sh @@ -7,7 +7,7 @@ if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip docs]"* ]] ; then echo "Generating API docs..." rm -rf doxygen doxygen Doxyfile - moxygen -a -g -o -q docs/api_%s.md doxygen/xml + moxygen -q -a -g -o docs/api_%s.md doxygen/xml git add docs/api_* git commit -m'autogenerated api docs for ${TRAVIS_COMMIT_RANGE}' || true fi