diff options
author | Nick Jenkins <nickj@users.mediawiki.org> | 2007-04-20 08:55:14 +0000 |
---|---|---|
committer | Nick Jenkins <nickj@users.mediawiki.org> | 2007-04-20 08:55:14 +0000 |
commit | f9619da3f02b4759ae92250c483d4bf14dfd9ee8 (patch) | |
tree | 699d3b4bd1d6695411f29b89d95d2ce597ea283f /includes/SpecialAllpages.php | |
parent | 4e7247417065448c22558eb8cdfc02cababbc951 (diff) | |
download | mediawikicore-f9619da3f02b4759ae92250c483d4bf14dfd9ee8.tar.gz mediawikicore-f9619da3f02b4759ae92250c483d4bf14dfd9ee8.zip |
Yet more doc tweaks:
* Add @addtogroup tags to various classes, to try and group conceptually-related classes together.
* Add brief descriptions to various Special pages, thanks to Phil Boswell.
* Moving some docs to be right above the classes they represent, so that they are picked up.
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21402
Diffstat (limited to 'includes/SpecialAllpages.php')
-rw-r--r-- | includes/SpecialAllpages.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/SpecialAllpages.php b/includes/SpecialAllpages.php index 9b89145b8f56..03e164bd5b37 100644 --- a/includes/SpecialAllpages.php +++ b/includes/SpecialAllpages.php @@ -36,6 +36,10 @@ function wfSpecialAllpages( $par=NULL, $specialPage ) { } } +/** + * Implements Special:Allpages + * @addtogroup SpecialPage + */ class SpecialAllpages { var $maxPerPage=960; var $topLevelMax=50; |