From 04ffdb9d0aa236837f468c9a2b792846ed3f7358 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 14 Sep 2019 00:32:16 +0100 Subject: [PATCH] actions: Rename Doxygen group from "Action done on pages" to "Actions" Bug: T232104 Change-Id: Ia3b8c14bd62ac241824bce216361141adb77cc47 --- includes/actions/Action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/actions/Action.php b/includes/actions/Action.php index f892c5e34e..4be2f7d945 100644 --- a/includes/actions/Action.php +++ b/includes/actions/Action.php @@ -22,7 +22,7 @@ use MediaWiki\MediaWikiServices; /** - * @defgroup Actions Action done on pages + * @defgroup Actions Actions */ /** -- 2.20.1