Prepend x to section ids not starting with [a-z]
[lhc/web/wiklou.git] / maintenance / cleanupWatchlist.php
index bcf0573..a6cedb2 100644 (file)
@@ -24,8 +24,9 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  *
+ * @file
  * @author Brion Vibber <brion at pobox.com>
- * @addtogroup maintenance
+ * @ingroup Maintenance
  */
 
 $options = array( 'fix' );
@@ -33,6 +34,9 @@ $options = array( 'fix' );
 require_once( 'commandLine.inc' );
 require_once( 'FiveUpgrade.inc' );
 
+/**
+ * @ingroup Maintenance
+ */
 class WatchlistCleanup extends FiveUpgrade {
        function WatchlistCleanup( $dryrun = false ) {
                parent::FiveUpgrade();