13
0

Doxygen: ignored @todo and @deprecated

This commit is contained in:
Robin Gareus 2024-05-26 05:41:41 +02:00
parent 8f3794f0ca
commit 6b70ad254c
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -683,7 +683,7 @@ STRICT_PROTO_MATCHING = NO
# list. This list is created by putting \todo commands in the documentation.
# The default value is: YES.
GENERATE_TODOLIST = YES
GENERATE_TODOLIST = NO
# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
# list. This list is created by putting \test commands in the documentation.
@ -702,7 +702,7 @@ GENERATE_BUGLIST = YES
# the documentation.
# The default value is: YES.
GENERATE_DEPRECATEDLIST= YES
GENERATE_DEPRECATEDLIST= NO
# The ENABLED_SECTIONS tag can be used to enable conditional documentation
# sections, marked by \if <section_label> ... \endif and \cond <section_label>