diff options
author | Alexandre Emsenhuber <ialex.wiki@gmail.com> | 2013-03-04 08:35:44 +0100 |
---|---|---|
committer | Alexandre Emsenhuber <ialex.wiki@gmail.com> | 2013-03-04 08:35:44 +0100 |
commit | 3d9baf3d3333505f6acc75ab46b901b7f9cfa720 (patch) | |
tree | a0f8dbc0fb1f218f2a0ff1a0807f9d3209e47d07 /tests/selenium/installer/MediaWikiInstallationMessage.php | |
parent | b16f5bf88ea4841d077bdcf0d52cb441783a9a2c (diff) | |
download | mediawikicore-3d9baf3d3333505f6acc75ab46b901b7f9cfa720.tar.gz mediawikicore-3d9baf3d3333505f6acc75ab46b901b7f9cfa720.zip |
Normalise documentation in tests/selenium
- Remove useless @addtogroup, all files already have @ingroup
- Make comments position and whitespaces consistent
Change-Id: Id8f68d53e00e7ed32a5da8681c0263a683eef724
Diffstat (limited to 'tests/selenium/installer/MediaWikiInstallationMessage.php')
-rw-r--r-- | tests/selenium/installer/MediaWikiInstallationMessage.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/selenium/installer/MediaWikiInstallationMessage.php b/tests/selenium/installer/MediaWikiInstallationMessage.php index f63c2ebff87f..2b7d48ef0b69 100644 --- a/tests/selenium/installer/MediaWikiInstallationMessage.php +++ b/tests/selenium/installer/MediaWikiInstallationMessage.php @@ -1,5 +1,4 @@ <?php - /** * MediaWikiInstallationConfig * @@ -22,9 +21,6 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * http://www.gnu.org/copyleft/gpl.html - * - * @addtogroup Maintenance - * */ |