Skip to content

Commit 48529cb

Browse files
SWDEV-563777 - further reduce compilation warnings
This change resolves some of the warnings generated during clr builds. Quiet regular output of doxygen. Disable non-documented warnings of doxygen. Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com> [rocm-systems] ROCm/rocm-systems#2331 (commit f37b100)
1 parent b6a136a commit 48529cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/doxygen-input/doxy.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ CITE_BIB_FILES =
777777
# messages are off.
778778
# The default value is: NO.
779779

780-
QUIET = NO
780+
QUIET = YES
781781

782782
# The WARNINGS tag can be used to turn on/off the warning messages that are
783783
# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
@@ -793,7 +793,7 @@ WARNINGS = YES
793793
# will automatically be disabled.
794794
# The default value is: YES.
795795

796-
WARN_IF_UNDOCUMENTED = YES
796+
WARN_IF_UNDOCUMENTED = NO
797797

798798
# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
799799
# potential errors in the documentation, such as not documenting some parameters

0 commit comments

Comments
 (0)