Closed marehr closed 6 years ago
Please check your doxygen config. Nightly and CI doesn’t show any issues. So something must be wrong either in the Jenkins Pipeline or in your build
I have the config like in the wiki. I could remove the warning when removing the backticks in
`'i'`
I have doxygen version 1.8.14
I don't get the warnings on my machine with doxygen 1.8.13
.
Shall I simply remove the backticks?
Would be nice :)
I get a ton of warnings building our documentation.
Apparently,
short_id
seems to be the issue.https://github.com/seqan/seqan3/blob/7fbbefe94b542499ad58bd9293092fe9b84b2a9e/include/seqan3/argument_parser/argument_parser.hpp#L270-L279
I think this is caused by this:
https://www.stack.nl/~dimitri/doxygen/manual/markdown.html#mddox_code_spans
complete warning log:
cc: @smehringer