From 5398e79dc4c6209546eabd7b77fb7b0e30066fc5 Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr" Date: Thu, 23 Dec 2021 15:26:54 -0800 Subject: [PATCH] doxy: put warnings built docs in separate directory html-warn --- doc/doxygen.warnings.report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.warnings.report.sh b/doc/doxygen.warnings.report.sh index cc29b9a31..06d0cb081 100755 --- a/doc/doxygen.warnings.report.sh +++ b/doc/doxygen.warnings.report.sh @@ -321,7 +321,7 @@ else CLASS_DIAGRAMS = no WARNINGS = no SOURCE_BROWSER = no - HTML_OUTPUT html-warn + HTML_OUTPUT = html-warn WARN_LOGFILE = doc/$WARNINGSLOGFILE EOF