Fix some missing doc groups
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 9 Feb 2012 09:34:47 +0000 (09:34 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 9 Feb 2012 09:34:47 +0000 (09:34 +0000)
includes/Defines.php
includes/QueryPage.php
includes/revisiondelete/RevisionDeleter.php
includes/specials/SpecialEditWatchlist.php
includes/specials/SpecialJavaScriptTest.php

index 26deb2b..e40c9b2 100644 (file)
@@ -9,6 +9,10 @@
  * @file
  */
 
+/**
+ * @defgroup Constants
+ */
+
 /**
  * Version constants for the benefit of extensions
  */
index 69912cb..3383551 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Contain a class for special pages
  * @file
- * @ingroup SpecialPages
+ * @ingroup SpecialPage
  */
 
 /**
index 59a9fa8..a5a3918 100644 (file)
@@ -8,6 +8,7 @@
 /**
  * Temporary b/c interface, collection of static functions.
  * @ingroup SpecialPage
+ * @ingroup RevisionDelete
  */
 class RevisionDeleter {
        /**
index 4fb659e..34bdd3e 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+/**
+ * @defgroup Watchlist Users watchlist handling
+ */
 
 /**
  * Provides the UI through which users can perform editing
index d7e1655..a7d8c3c 100644 (file)
@@ -1,5 +1,12 @@
 <?php
-
+/**
+ * @ingroup SpecialPage
+ * @file
+ */
+
+/**
+ * @ingroup SpecialPage
+ */
 class SpecialJavaScriptTest extends SpecialPage {
 
        /**