This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
The following commit(s) were added to refs/heads/master by this push:
new 90be7f86d ci: Fix doxygen checks
90be7f86d is described below
commit 90be7f86d0db5701292b67905e841be4cd0b4a1d
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Feb 26 13:07:53 2025 +0100
ci: Fix doxygen checks
It looks like newer version of Doxygen has issues if no output is
generated. Specify to generate HTML output in tmp folder.
---
Doxyfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Doxyfile b/Doxyfile
index 35909d538..91870efd7 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -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