* (bug 11649) Show input form when Special:Whatlinkshere has no parameters
[lhc/web/wiklou.git] / includes / SpecialRandompage.php
index bf39ca6..4273427 100644 (file)
@@ -31,6 +31,11 @@ function wfSpecialRandompage( $par = null ) {
 }
 
 
+/**
+ * Special page to direct the user to a random page
+ *
+ * @addtogroup SpecialPage
+ */
 class RandomPage {
        private $namespace = NS_MAIN;  // namespace to select pages from
        private $redirect = false;     // select redirects instead of normal pages?
@@ -100,4 +105,4 @@ class RandomPage {
        }
 }
 
-?>
+