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
f8a99b6a65
commit
89cc7faabc
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,8 @@
|
||||||
/**
|
/**
|
||||||
* Internationalisation file for extension ContributionScores.
|
* Internationalisation file for extension ContributionScores.
|
||||||
*
|
*
|
||||||
* @addtogroup Extensions
|
* @file
|
||||||
|
* @ingroup Extensions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$messages = array();
|
$messages = array();
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
* on edit diversity (unique pages edited) and edit volume (total
|
* on edit diversity (unique pages edited) and edit volume (total
|
||||||
* number of edits.
|
* number of edits.
|
||||||
*
|
*
|
||||||
* @addtogroup Extensions
|
* @ingroup Extensions
|
||||||
* @author Tim Laqua <t.laqua@gmail.com>
|
* @author Tim Laqua <t.laqua@gmail.com>
|
||||||
*/
|
*/
|
||||||
class ContributionScores extends IncludableSpecialPage
|
class ContributionScores extends IncludableSpecialPage
|
||||||
|
|
Loading…
Add table
Reference in a new issue