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:
Alexandre Emsenhuber 2010-06-06 15:12:22 +00:00
parent f8a99b6a65
commit 89cc7faabc
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,8 @@
/**
* Internationalisation file for extension ContributionScores.
*
* @addtogroup Extensions
* @file
* @ingroup Extensions
*/
$messages = array();

View file

@ -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