aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialAllpages.php
diff options
context:
space:
mode:
authorNick Jenkins <nickj@users.mediawiki.org>2007-04-20 08:55:14 +0000
committerNick Jenkins <nickj@users.mediawiki.org>2007-04-20 08:55:14 +0000
commitf9619da3f02b4759ae92250c483d4bf14dfd9ee8 (patch)
tree699d3b4bd1d6695411f29b89d95d2ce597ea283f /includes/SpecialAllpages.php
parent4e7247417065448c22558eb8cdfc02cababbc951 (diff)
downloadmediawikicore-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.php4
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;