Skip to content

Commit

Permalink
ci: Fix doxygen checks
Browse files Browse the repository at this point in the history
It looks like newer version of Doxygen has issues if no output is
generated. Specify to generate HTML output in tmp folder.
  • Loading branch information
sjanc committed Feb 26, 2025
1 parent b191f72 commit 90be7f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
WARN_NO_PARAMDOC = YES
WARN_LOGFILE = /tmp/doxygen_check/warnings.log
INPUT = $(DOXYGEN_INPUT)
GENERATE_HTML = NO
GENERATE_HTML = YES
HTML_OUTPUT = /tmp/doxygen_check/html
GENERATE_LATEX = NO
MACRO_EXPANSION = YES
WARN_FORMAT = $line: $text

0 comments on commit 90be7f8

Please sign in to comment.