Compare commits

...
This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
skullY
03ff25e2d5 fix the moxygen invocation 2018-03-22 00:45:24 -07:00

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