From 46546f051974210c4dc1e7a1514c7b11315d9219 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 8 Feb 2012 16:55:54 +0000 Subject: [PATCH] Fix doc for maintenance/ --- maintenance/Maintenance.php | 5 +++++ maintenance/dumpLinks.php | 2 +- maintenance/formatInstallDoc.php | 3 +++ maintenance/importSiteScripts.php | 5 ++++- maintenance/language/generateCollationData.php | 4 ++++ maintenance/locking/LockServerDaemon.php | 5 +++++ maintenance/parse.php | 2 +- maintenance/proxy_check.php | 1 + maintenance/purgeParserCache.php | 4 ++++ maintenance/purgeStaleMemcachedText.php | 4 ++++ maintenance/rebuildImages.php | 2 +- maintenance/refreshImageMetadata.php | 2 +- 12 files changed, 34 insertions(+), 5 deletions(-) diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index 5de10e62ac..082cf8beed 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -20,6 +20,11 @@ * @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 diff --git a/maintenance/dumpLinks.php b/maintenance/dumpLinks.php index 39a9e955f8..0101dc8dc1 100644 --- a/maintenance/dumpLinks.php +++ b/maintenance/dumpLinks.php @@ -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' ); diff --git a/maintenance/formatInstallDoc.php b/maintenance/formatInstallDoc.php index 9acc16a70a..b3bb50ca17 100644 --- a/maintenance/formatInstallDoc.php +++ b/maintenance/formatInstallDoc.php @@ -1,4 +1,7 @@ $ * @endcode * - * @inGroup Maintenance + * @ingroup Maintenance * @author Antoine Musso * @license GNU General Public License 2.0 or later */ diff --git a/maintenance/proxy_check.php b/maintenance/proxy_check.php index 2bc46c0d21..9c5f32b29c 100644 --- a/maintenance/proxy_check.php +++ b/maintenance/proxy_check.php @@ -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' ) { diff --git a/maintenance/purgeParserCache.php b/maintenance/purgeParserCache.php index 7a8f6f7c11..4d775f95d9 100644 --- a/maintenance/purgeParserCache.php +++ b/maintenance/purgeParserCache.php @@ -1,4 +1,8 @@ - * @ingroup maintenance + * @ingroup Maintenance */ require_once( dirname( __FILE__ ) . '/Maintenance.php' ); diff --git a/maintenance/refreshImageMetadata.php b/maintenance/refreshImageMetadata.php index 9b732ed039..958b2ba191 100644 --- a/maintenance/refreshImageMetadata.php +++ b/maintenance/refreshImageMetadata.php @@ -24,7 +24,7 @@ * * @file * @author Brian Wolff - * @ingroup maintenance + * @ingroup Maintenance */ require_once( dirname( __FILE__ ) . '/Maintenance.php' ); -- 2.20.1