From: Antoine Musso Date: Wed, 8 Feb 2012 16:55:54 +0000 (+0000) Subject: Fix doc for maintenance/ X-Git-Tag: 1.31.0-rc.0~24863 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=46546f051974210c4dc1e7a1514c7b11315d9219;p=lhc%2Fweb%2Fwiklou.git Fix doc for maintenance/ --- 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' );