travisqmakegcccpp11doxygen
January 9, 2018 ยท View on GitHub
| Branch | ![]() |
|---|---|
| master |
This GitHub is part of:
The goal of this project is to have a clean Travis CI build, with specs:
- Build system:
qmake - C++ compiler:
gcc - C++ version:
C++11 - Libraries:
STLonly - Code coverage: none
- Documentation:
doxygen - Source: one single file,
main.cpp
More complex builds:
- [none]
Builds of similar complexity:
- [none]
Less complex builds:
- No
doxygen: travis_qmake_gcc_cpp11
External links
How to force documentation
Using Stack Overflow to set the correct doxygen flags, in Doxyfile, set
doxygen -g > /dev/null; ( cat Doxyfile ; echo "QUIET=TRUE"; echo "EXCLUDE=README.md" ; echo "WARN_AS_ERROR=YES") | doxygen -
