fix the moxygen invocation
1 files changed, 1 insertions(+), 1 deletions(-) M util/travis_docs.sh
M util/travis_docs.sh => util/travis_docs.sh +1 -1
@@ 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