diff options
author | Timo Tijhof <krinklemail@gmail.com> | 2019-11-25 23:24:49 +0000 |
---|---|---|
committer | Timo Tijhof <krinklemail@gmail.com> | 2019-11-25 23:26:20 +0000 |
commit | b118bddc15f1dfb6d57326a3901fbd593ae09900 (patch) | |
tree | 8ec33ac97e15cd759851a17a4681e643ff400256 /includes/installer/MysqlInstaller.php | |
parent | 70bc2a552794a3b0539aed81133373954c3ee9e0 (diff) | |
download | mediawikicore-b118bddc15f1dfb6d57326a3901fbd593ae09900.tar.gz mediawikicore-b118bddc15f1dfb6d57326a3901fbd593ae09900.zip |
installer: Rename Doxygen group from "Deployment" to "Installer"
Also improve the description a bit and explain at a high level
how this code is used, and which classes back those entry points.
Change-Id: Ia69531858e714d0b43a29a7d5b6dcc5c7edd8240
Diffstat (limited to 'includes/installer/MysqlInstaller.php')
-rw-r--r-- | includes/installer/MysqlInstaller.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/installer/MysqlInstaller.php b/includes/installer/MysqlInstaller.php index 383f8d8fc68b..89789755a00f 100644 --- a/includes/installer/MysqlInstaller.php +++ b/includes/installer/MysqlInstaller.php @@ -18,7 +18,7 @@ * http://www.gnu.org/copyleft/gpl.html * * @file - * @ingroup Deployment + * @ingroup Installer */ use Wikimedia\Rdbms\Database; @@ -28,7 +28,7 @@ use Wikimedia\Rdbms\DBConnectionError; /** * Class for setting up the MediaWiki database using MySQL. * - * @ingroup Deployment + * @ingroup Installer * @since 1.17 */ class MysqlInstaller extends DatabaseInstaller { |