Merge "Remove @file tags from normal class level comments"

This commit is contained in:
jenkins-bot 2018-04-13 14:09:34 +00:00 committed by Gerrit Code Review
commit d062b933cb
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 $origin = self::ORIGIN_USER_SITEWIDE;

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 $origin = self::ORIGIN_USER_SITEWIDE;