Index: trunk/phase3/includes/Defines.php |
— | — | @@ -10,6 +10,10 @@ |
11 | 11 | */ |
12 | 12 | |
13 | 13 | /** |
| 14 | + * @defgroup Constants |
| 15 | + */ |
| 16 | + |
| 17 | +/** |
14 | 18 | * Version constants for the benefit of extensions |
15 | 19 | */ |
16 | 20 | define( 'MW_SPECIALPAGE_VERSION', 2 ); |
Index: trunk/phase3/includes/revisiondelete/RevisionDeleter.php |
— | — | @@ -8,6 +8,7 @@ |
9 | 9 | /** |
10 | 10 | * Temporary b/c interface, collection of static functions. |
11 | 11 | * @ingroup SpecialPage |
| 12 | + * @ingroup RevisionDelete |
12 | 13 | */ |
13 | 14 | class RevisionDeleter { |
14 | 15 | /** |
Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php |
— | — | @@ -1,4 +1,7 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * @defgroup Watchlist Users watchlist handling |
| 5 | + */ |
3 | 6 | |
4 | 7 | /** |
5 | 8 | * Provides the UI through which users can perform editing |
Index: trunk/phase3/includes/specials/SpecialJavaScriptTest.php |
— | — | @@ -1,5 +1,12 @@ |
2 | 2 | <?php |
| 3 | +/** |
| 4 | + * @ingroup SpecialPage |
| 5 | + * @file |
| 6 | + */ |
3 | 7 | |
| 8 | +/** |
| 9 | + * @ingroup SpecialPage |
| 10 | + */ |
4 | 11 | class SpecialJavaScriptTest extends SpecialPage { |
5 | 12 | |
6 | 13 | /** |
Index: trunk/phase3/includes/QueryPage.php |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | /** |
4 | 4 | * Contain a class for special pages |
5 | 5 | * @file |
6 | | - * @ingroup SpecialPages |
| 6 | + * @ingroup SpecialPage |
7 | 7 | */ |
8 | 8 | |
9 | 9 | /** |