Closed cgraeser closed 3 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 65.95%. Comparing base (
6c58e40
) to head (a02023b
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
For now the doxygen documentation has to be build manually. If desired, one can add the ALL
flag to the target, such that it is always build (if doxygen was found).
While both touch the CMake build-system this is essentially independent of #87, since the latter does not touch doc/
.
This adds a doxygen configuration file and some rudimentary structure. The documentation can be build by calling
in the build directory after the project has been configured with CMake and if doxygen was found. This will create a subdirectory
ADOL-C/doc/doxygen/html/
containing the class documentation withindex.html
as entry page. Currently there is no class documentation at all. If doxygen tags are added to classes and functions, they will show up here after regeneration of the documentation.~Once a CMake build system has been established, one can also build the doxygen documentation using CMake.~ (done)