Remove @file tags from normal class level comments

The @file tag is helpful when a block of documentation does not refer
to a class, but to a file. This is not the case here. These comments
can be normal class level comments.

Change-Id: I5ea1a1ecbe2dd681b91b793d4e45e7cd8dee529e
This commit is contained in:
Thiemo Kreuz 2018-04-13 15:29:59 +02:00
parent 82e4283f02
commit cb76291cbf
3 changed files with 2 additions and 8 deletions

View File

@ -1,13 +1,11 @@
<?php
/**
* Resource loader module providing extra data from the server to Chem.
*
* @file
* @ingroup Extensions
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
class MathChemSymbolsDataModule extends ResourceLoaderModule {
/* Protected Members */

View File

@ -8,9 +8,7 @@ use MediaWiki\Logger\LoggerFactory;
* GPLv2 license; info in main package.
*
* Contains the driver function for the LaTeXML daemon
* @file
*/
class MathLaTeXML extends MathMathML {
protected $defaultAllowedRootElements = [ 'math', 'div', 'table', 'query' ];
/** @var String settings for LaTeXML daemon */

View File

@ -1,13 +1,11 @@
<?php
/**
* Resource loader module providing extra data from the server to Math.
*
* @file
* @ingroup Extensions
* @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
class MathMathSymbolsDataModule extends ResourceLoaderModule {
/* Protected Members */