Doc fixes, add new Wikimedia group for doxygen so we can set this stuff apart.

This commit is contained in:
Chad Horohoe 2009-08-05 00:34:18 +00:00
parent 0d3604c242
commit 0291f406b3
8 changed files with 24 additions and 4 deletions

View file

@ -724,7 +724,6 @@ abstract class Maintenance {
/**
* Return all of the core maintenance scripts
* @todo Finish porting all scripts so this doesn't blow up
* @return array
*/
private static function getCoreScripts() {

View file

@ -18,7 +18,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
* @defgroup Wikimedia Wikimedia
* @ingroup Maintenance
* @ingroup Wikimedia
*/
require_once( dirname(__FILE__) . '/Maintenance.php' );

View file

@ -6,6 +6,7 @@
* @file
* @todo document
* @ingroup Maintenance
* @ingroup Wikimedia
*/
/**

View file

@ -6,6 +6,7 @@
* @file
* @todo document
* @ingroup Maintenance
* @ingroup Wikimedia
*/
/** */

View file

@ -1,9 +1,23 @@
<?php
/**
* @file
* @ingroup MaintenanceLanguage
*
* Get all the translations messages, as defined in the English language file.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
* @ingroup MaintenanceLanguage
*/
require_once( dirname(__FILE__) . '/../Maintenance.php' );

View file

@ -9,6 +9,7 @@
* @todo document
* @file
* @ingroup Maintenance
* @ingroup Wikimedia
*/
/** */

View file

@ -6,6 +6,7 @@
* @file
* @todo document
* @ingroup Maintenance
* @ingroup Wikimedia
*/
/** */

View file

@ -19,6 +19,7 @@
* http://www.gnu.org/copyleft/gpl.html
*
* @ingroup Maintenance
* @ingroup Wikimedia
*/
require_once( dirname(__FILE__) . '/Maintenance.php' );