Fix doc for maintenance/
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 8 Feb 2012 16:55:54 +0000 (16:55 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 8 Feb 2012 16:55:54 +0000 (16:55 +0000)
12 files changed:
maintenance/Maintenance.php
maintenance/dumpLinks.php
maintenance/formatInstallDoc.php
maintenance/importSiteScripts.php
maintenance/language/generateCollationData.php
maintenance/locking/LockServerDaemon.php
maintenance/parse.php
maintenance/proxy_check.php
maintenance/purgeParserCache.php
maintenance/purgeStaleMemcachedText.php
maintenance/rebuildImages.php
maintenance/refreshImageMetadata.php

index 5de10e6..082cf8b 100644 (file)
  * @defgroup Maintenance Maintenance
  */
 
+/**
+ * @defgroup MaintenanceArchive Maintenance archives
+ * @ingroup Maintenance
+ */
+
 // Define this so scripts can easily find doMaintenance.php
 define( 'RUN_MAINTENANCE_IF_MAIN', dirname( __FILE__ ) . '/doMaintenance.php' );
 define( 'DO_MAINTENANCE', RUN_MAINTENANCE_IF_MAIN ); // original name, harmless
index 39a9e95..0101dc8 100644 (file)
@@ -26,7 +26,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  *
- * @ingroup Mainatenance
+ * @ingroup Maintenance
  */
 
 require_once( dirname( __FILE__ ) . '/Maintenance.php' );
index 9acc16a..b3bb50c 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+/**
+ * @ingroup Maintenance
+ */
 
 require_once( dirname( __FILE__ ) .'/Maintenance.php' );
 
index 527b3bd..0dc200e 100644 (file)
@@ -1,8 +1,11 @@
 <?php
 /**
- * Maintenance script to import all scripts in the MediaWiki namespace from a 
+ * Maintenance script to import all scripts in the MediaWiki namespace from a
  * local site.
+ * @file
+ * @ingroup Maintenance
  */
+
 require_once( dirname( __FILE__ ) . '/Maintenance.php' );
 
 class ImportSiteScripts extends Maintenance {
index 7f07089..e5ce5c8 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @ingroup Maintenance
+ * @file
+ */
 
 require_once( dirname( __FILE__ ) .'/../Maintenance.php' );
 
index 629daf5..1a4a928 100644 (file)
@@ -1,4 +1,9 @@
 <?php
+/**
+ * @file
+ * @ingroup LockManager Maintenance
+ */
+
 /**
  * This code should not require MediaWiki setup or PHP files.
  */
index 1d6448e..2090eb8 100644 (file)
@@ -27,7 +27,7 @@
  * </p>$
  * @endcode
  *
- * @inGroup Maintenance
+ * @ingroup Maintenance
  * @author Antoine Musso <hashar at free dot fr>
  * @license GNU General Public License 2.0 or later
  */
index 2bc46c0..9c5f32b 100644 (file)
@@ -3,6 +3,7 @@
  * Command line script to check for an open proxy at a specified location
  *
  * @file
+ * @ingroup Maintenance
  */
 
 if( php_sapi_name() != 'cli' ) {
index 7a8f6f7..4d775f9 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @ingroup Maintenance
+ * @file
+ */
 
 require( dirname( __FILE__ ) . '/Maintenance.php' );
 
index c4f5006..fc9a6a8 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @ingroup Maintenance Memcached
+ * @file
+ */
 
 require_once( dirname( __FILE__ ) . '/commandLine.inc' );
 
index d398288..fe3b35c 100644 (file)
@@ -27,7 +27,7 @@
  *
  * @file
  * @author Brion Vibber <brion at pobox.com>
- * @ingroup maintenance
+ * @ingroup Maintenance
  */
 
 require_once( dirname( __FILE__ ) . '/Maintenance.php' );
index 9b732ed..958b2ba 100644 (file)
@@ -24,7 +24,7 @@
  *
  * @file
  * @author Brian Wolff
- * @ingroup maintenance
+ * @ingroup Maintenance
  */
 
 require_once( dirname( __FILE__ ) . '/Maintenance.php' );