Generating web documentation
Automatically generate API documentation using Doxygen and upload to some webspace.
Notes:
- Use CMake Doxygen module to automatically build Doxygen configuration
- Using doxygen on the
src
directory recursively - Top-level
README.md
is used for main page - Generate using
make doxygen
- CI generates documentation automatically for
devel
,master
and tags. It is copied tohttps://labremote.web.cern.ch/labremote/{branchname}/
.
Edited by Karol Krizka