Skip to content

Commit ebf83df

Browse files
committed
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 0fa7b1e commit ebf83df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/nrfbm/nrfbm.doxyfile.in

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

866-
WARNINGS = YES
866+
WARNINGS = NO
867867

868868
# If the WARN_IF_UNDOCUMENTED tag is set to YES then Doxygen will generate
869869
# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
870870
# will automatically be disabled.
871871
# The default value is: YES.
872872

873-
WARN_IF_UNDOCUMENTED = YES
873+
WARN_IF_UNDOCUMENTED = NO
874874

875875
# If the WARN_IF_DOC_ERROR tag is set to YES, Doxygen will generate warnings for
876876
# potential errors in the documentation, such as documenting some parameters in
877877
# a documented function twice, or documenting parameters that don't exist or
878878
# using markup commands wrongly.
879879
# The default value is: YES.
880880

881-
WARN_IF_DOC_ERROR = YES
881+
WARN_IF_DOC_ERROR = NO
882882

883883
# If WARN_IF_INCOMPLETE_DOC is set to YES, Doxygen will warn about incomplete
884884
# function parameter documentation. If set to NO, Doxygen will accept that some
885885
# parameters have no documentation without warning.
886886
# The default value is: YES.
887887

888-
WARN_IF_INCOMPLETE_DOC = YES
888+
WARN_IF_INCOMPLETE_DOC = NO
889889

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

0 commit comments

Comments
 (0)