1
0
Fork 0

fix the moxygen invocation

This commit is contained in:
skullY 2018-03-22 00:45:24 -07:00 committed by skullydazed
parent 3ee59a79aa
commit 70cf46d4f1
1 changed files with 1 additions and 1 deletions

View File

@ -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