From 7639aa869a969bd1c28ea52c23cc8ddd7511fc2e Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 5 Feb 2020 22:53:25 +0000 Subject: [PATCH] docs: Add api.php to "API" doc group Follow-up bc1f601382, which added a group to load.php, but I forgot to add api.php to its group. Also, fix the pre-existing group that thumb.php and thumb_handler.php were a part of. It looks like the entire "Media" group was not defined anywhere, so it was ignored by Doxygen. This is now fixed. Change-Id: Iba487aac5883f66b81f2496a38a3c978d5e6600b --- api.php | 1 + includes/media/MediaHandler.php | 9 +++++++-- thumb.php | 2 +- thumb_handler.php | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/api.php b/api.php index 3c3b3168cfa..ef5d9dc9a8f 100644 --- a/api.php +++ b/api.php @@ -30,6 +30,7 @@ * * @file * @ingroup entrypoint + * @ingroup API */ use MediaWiki\Logger\LegacyLogger; diff --git a/includes/media/MediaHandler.php b/includes/media/MediaHandler.php index 68915cdda1d..f65b19b397c 100644 --- a/includes/media/MediaHandler.php +++ b/includes/media/MediaHandler.php @@ -1,7 +1,5 @@