Skip to content

pipe output from doxygen to file for later analysis

Christian Gumpert requested to merge doxygen_parsing into master

We would like to check the status of our documentation during the CI. To this end, we could start simple and parse the output from the doxygen command. This requires to pipe this output to a file.

Merge request reports