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