r111022 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111021‎ | r111022 | r111023 >
Date:09:34, 9 February 2012
Author:hashar
Status:ok
Tags:
Comment:
Fix some missing doc groups
Modified paths:
  • /trunk/phase3/includes/Defines.php (modified) (history)
  • /trunk/phase3/includes/QueryPage.php (modified) (history)
  • /trunk/phase3/includes/revisiondelete/RevisionDeleter.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialEditWatchlist.php (modified) (history)
  • /trunk/phase3/includes/specials/SpecialJavaScriptTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Defines.php
@@ -10,6 +10,10 @@
1111 */
1212
1313 /**
 14+ * @defgroup Constants
 15+ */
 16+
 17+/**
1418 * Version constants for the benefit of extensions
1519 */
1620 define( 'MW_SPECIALPAGE_VERSION', 2 );
Index: trunk/phase3/includes/revisiondelete/RevisionDeleter.php
@@ -8,6 +8,7 @@
99 /**
1010 * Temporary b/c interface, collection of static functions.
1111 * @ingroup SpecialPage
 12+ * @ingroup RevisionDelete
1213 */
1314 class RevisionDeleter {
1415 /**
Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php
@@ -1,4 +1,7 @@
22 <?php
 3+/**
 4+ * @defgroup Watchlist Users watchlist handling
 5+ */
36
47 /**
58 * Provides the UI through which users can perform editing
Index: trunk/phase3/includes/specials/SpecialJavaScriptTest.php
@@ -1,5 +1,12 @@
22 <?php
 3+/**
 4+ * @ingroup SpecialPage
 5+ * @file
 6+ */
37
 8+/**
 9+ * @ingroup SpecialPage
 10+ */
411 class SpecialJavaScriptTest extends SpecialPage {
512
613 /**
Index: trunk/phase3/includes/QueryPage.php
@@ -2,7 +2,7 @@
33 /**
44 * Contain a class for special pages
55 * @file
6 - * @ingroup SpecialPages
 6+ * @ingroup SpecialPage
77 */
88
99 /**

Status & tagging log