mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-23 23:24:09 +00:00
Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
This is like r19502 but for extensions.
This commit is contained in:
parent
19e9d90fb7
commit
4f239aab79
|
@ -2,8 +2,7 @@
|
|||
/**
|
||||
* Internationalisation file for Cite extension.
|
||||
*
|
||||
* @package MediaWiki
|
||||
* @subpackage Extensions
|
||||
* @addtogroup Extensions
|
||||
*/
|
||||
|
||||
$wgCiteMessages = array();
|
||||
|
|
3
Cite.php
3
Cite.php
|
@ -5,8 +5,7 @@ if ( ! defined( 'MEDIAWIKI' ) )
|
|||
* A parser extension that adds two tags, <ref> and <references> for adding
|
||||
* citations to pages
|
||||
*
|
||||
* @package MediaWiki
|
||||
* @subpackage Extensions
|
||||
* @addtogroup Extensions
|
||||
*
|
||||
* @link http://meta.wikimedia.org/wiki/Cite/Cite.php Documentation
|
||||
* @link http://www.w3.org/TR/html4/struct/text.html#edef-CITE <cite> definition in HTML
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
/**
|
||||
* Internationalisation file for Cite special page extension.
|
||||
*
|
||||
* @package MediaWiki
|
||||
* @subpackage Extensions
|
||||
* @addtogroup Extensions
|
||||
*/
|
||||
|
||||
$wgSpecialCiteMessages = array();
|
||||
|
|
|
@ -4,8 +4,7 @@ if (!defined('MEDIAWIKI')) die();
|
|||
* A special page extension that adds a special page that generates citations
|
||||
* for pages.
|
||||
*
|
||||
* @package MediaWiki
|
||||
* @subpackage Extensions
|
||||
* @addtogroup Extensions
|
||||
*
|
||||
* @link http://meta.wikimedia.org/wiki/Cite/SpecialCite.php Documentation
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue