Skip to content

Commit 316ecab

Browse files
gmarullb-gent
authored andcommitted
doc: nrfbm: doxyfile: disable all warnings until errors are fixed
This is a temporary solution, but all errors should be fixed and this patch reverted. Warning given! Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent e107eaf commit 316ecab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/nrf-bm/doxygen/nrf-bm.doxyfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -857,29 +857,29 @@ QUIET = YES
857857
# Tip: Turn warnings on while writing the documentation.
858858
# The default value is: YES.
859859

860-
WARNINGS = YES
860+
WARNINGS = NO
861861

862862
# If the WARN_IF_UNDOCUMENTED tag is set to YES then Doxygen will generate
863863
# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
864864
# will automatically be disabled.
865865
# The default value is: YES.
866866

867-
WARN_IF_UNDOCUMENTED = YES
867+
WARN_IF_UNDOCUMENTED = NO
868868

869869
# If the WARN_IF_DOC_ERROR tag is set to YES, Doxygen will generate warnings for
870870
# potential errors in the documentation, such as documenting some parameters in
871871
# a documented function twice, or documenting parameters that don't exist or
872872
# using markup commands wrongly.
873873
# The default value is: YES.
874874

875-
WARN_IF_DOC_ERROR = YES
875+
WARN_IF_DOC_ERROR = NO
876876

877877
# If WARN_IF_INCOMPLETE_DOC is set to YES, Doxygen will warn about incomplete
878878
# function parameter documentation. If set to NO, Doxygen will accept that some
879879
# parameters have no documentation without warning.
880880
# The default value is: YES.
881881

882-
WARN_IF_INCOMPLETE_DOC = YES
882+
WARN_IF_INCOMPLETE_DOC = NO
883883

884884
# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
885885
# are documented, but have no documentation for their parameters or return

0 commit comments

Comments
 (0)