mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
synced 2024-11-27 17:50:50 +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
afe99f3d67
commit
5b178e67e1
Notes:
Alexandre Emsenhuber
2010-06-06 15:12:22 +00:00
|
@ -2,7 +2,8 @@
|
|||
/**
|
||||
* Aliases for Special:Editcount
|
||||
*
|
||||
* @addtogroup Extensions
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
*/
|
||||
|
||||
$aliases = array();
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
/**
|
||||
* Internationalisation file for extension CountEdits.
|
||||
*
|
||||
* @addtogroup Extensions
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
* @author Bertrand GRONDIN <bertrand.grondinr@tiscali.fr>
|
||||
*/
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ if (!defined('MEDIAWIKI')) die();
|
|||
* This page can be accessed from Special:Editcount[/user] as well as being
|
||||
* included like {{Special:Editcount/user[/namespace]}}
|
||||
*
|
||||
* @addtogroup Extensions
|
||||
*
|
||||
* @file
|
||||
* @ingroup Extensions
|
||||
* @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
|
||||
* @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
|
||||
|
|
Loading…
Reference in a new issue