Yet more doc tweaks:
[lhc/web/wiklou.git] / includes / QueryPage.php
index 27c6927..143c8be 100644 (file)
@@ -52,7 +52,7 @@ if ( !$wgDisableCounters )
  * This is a class for doing query pages; since they're almost all the same,
  * we factor out some of the functionality into a superclass, and let
  * subclasses derive from it.
- *
+ * @addtogroup SpecialPage
  */
 class QueryPage {
        /**
@@ -525,4 +525,4 @@ class QueryPage {
        }
 }
 
-?>
\ No newline at end of file
+?>