mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-27 16:30:12 +00:00
Big changes to extensions' documentation:
* changed all @addtogroup to @ingroup * added some @file where needed * changed some @package/@subpackage to @ingroup
This commit is contained in:
parent
8b11fdf670
commit
a015b8f170
|
@ -2,8 +2,9 @@
|
|||
/**
|
||||
* Internationalisation file for Cite extension.
|
||||
*
|
||||
* @addtogroup Extensions
|
||||
*/
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
*/
|
||||
|
||||
$messages = array();
|
||||
|
||||
|
|
3
Cite.php
3
Cite.php
|
@ -5,7 +5,8 @@ if ( ! defined( 'MEDIAWIKI' ) )
|
|||
* A parser extension that adds two tags, <ref> and <references> for adding
|
||||
* citations to pages
|
||||
*
|
||||
* @addtogroup Extensions
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
*
|
||||
* @link http://www.mediawiki.org/wiki/Extension:Cite/Cite.php Documentation
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* A parser extension that adds two tags, <ref> and <references> for adding
|
||||
* citations to pages
|
||||
*
|
||||
* @addtogroup Extensions
|
||||
* @ingroup Extensions
|
||||
*
|
||||
* @link http://www.mediawiki.org/wiki/Extension:Cite/Cite.php Documentation
|
||||
* @link http://www.w3.org/TR/html4/struct/text.html#edef-CITE <cite> definition in HTML
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
/**
|
||||
* Aliases for Special:Cite
|
||||
*
|
||||
* @addtogroup Extensions
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
*/
|
||||
|
||||
$aliases = array();
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
/**
|
||||
* Internationalisation file for Cite special page extension.
|
||||
*
|
||||
* @addtogroup Extensions
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
*/
|
||||
|
||||
$messages = array();
|
||||
|
|
|
@ -4,7 +4,8 @@ if ( !defined( 'MEDIAWIKI' ) ) die();
|
|||
* A special page extension that adds a special page that generates citations
|
||||
* for pages.
|
||||
*
|
||||
* @addtogroup Extensions
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
*
|
||||
* @link http://www.mediawiki.org/wiki/Extension:Cite/Special:Cite.php Documentation
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue