Skip to content

Generating web documentation

Karol Krizka requested to merge doc into devel

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 to https://labremote.web.cern.ch/labremote/{branchname}/ .
Edited by Karol Krizka

Merge request reports