From 65ebdc1ac429085f23459be81f80d13e222c355c Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Tue, 28 Oct 2025 20:22:45 +0200 Subject: [PATCH] doc: doxygen: do not fail on warnings We have had sof-docs CI builds failing due to warnings that have not been addressed for more than 3 months. Limit the check to fatal errors to resume at least a barebones level of check for doxygen build target in the CI. Signed-off-by: Kai Vehmanen --- .github/workflows/sof-docs.yml | 2 +- doc/sof.doxygen.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sof-docs.yml b/.github/workflows/sof-docs.yml index 5b647816b93c..5920c51aaad5 100644 --- a/.github/workflows/sof-docs.yml +++ b/.github/workflows/sof-docs.yml @@ -56,4 +56,4 @@ jobs: run: pip install -r sof-docs/scripts/requirements.txt - name: build sof-docs - run: make -C sof-docs/ html SOF_DOC_BUILD="$(pwd)"/doxybuild/ + run: LAX=1 make -C sof-docs/ html SOF_DOC_BUILD="$(pwd)"/doxybuild/ diff --git a/doc/sof.doxygen.in b/doc/sof.doxygen.in index bfbea17a7149..6379da500f11 100644 --- a/doc/sof.doxygen.in +++ b/doc/sof.doxygen.in @@ -40,3 +40,4 @@ TYPEDEF_HIDES_STRUCT = YES #FILTER_SOURCE_FILES = YES HTML_TIMESTAMP = NO +WARN_AS_ERROR = NO