From babe0874ce4b32a540a41f145d0e8951aea61cca Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Fri, 13 Sep 2019 23:57:35 +0100 Subject: [PATCH] docs: Disable GENERATE_TESTLIST and GENERATE_BUGLIST 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index 377b4358b9..6ea046e9f5 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -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 -- 2.20.1