docs: Disable GENERATE_TESTLIST and GENERATE_BUGLIST
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 13 Sep 2019 22:57:35 +0000 (23:57 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 13 Sep 2019 23:09:49 +0000 (00:09 +0100)
These are to create pages with an overview of `@bug` and `@test`
annotations of which there are none in MediaWiki core in doc block
comments, like `/**`. As far as I know, there is also no practice
or plans to start using these or to use Doxygen as a way to
organise such work (we use Phabricator instead to report things
that are broken and/or should have tests).

Bug: T232104
Change-Id: I1056f22c38b11157ac7b5a23e9838978e8901171

maintenance/Doxyfile

index 377b435..6ea046e 100644 (file)
@@ -107,8 +107,8 @@ SORT_GROUP_NAMES       = NO
 SORT_BY_SCOPE_NAME     = NO
 STRICT_PROTO_MATCHING  = NO
 GENERATE_TODOLIST      = YES
-GENERATE_TESTLIST      = YES
-GENERATE_BUGLIST       = YES
+GENERATE_TESTLIST      = NO
+GENERATE_BUGLIST       = NO
 GENERATE_DEPRECATEDLIST= YES
 ENABLED_SECTIONS       =
 MAX_INITIALIZER_LINES  = 30