Doc fixes, add new Wikimedia group for doxygen so we can set this stuff apart.
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 5 Aug 2009 00:34:18 +0000 (00:34 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 5 Aug 2009 00:34:18 +0000 (00:34 +0000)
maintenance/Maintenance.php
maintenance/addwiki.php
maintenance/dumpInterwiki.inc
maintenance/dumpInterwiki.php
maintenance/language/alltrans.php
maintenance/ourusers.php
maintenance/rebuildInterwiki.php
maintenance/renamewiki.php

index 4616c71..1e1ef99 100644 (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() {
index 787414c..0d44a5b 100644 (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' );
index 031d044..c366b08 100644 (file)
@@ -6,6 +6,7 @@
  * @file
  * @todo document
  * @ingroup Maintenance
+ * @ingroup Wikimedia
  */
 
 /**
index c4f44ac..154720a 100644 (file)
@@ -6,6 +6,7 @@
  * @file
  * @todo document
  * @ingroup Maintenance
+ * @ingroup Wikimedia
  */
 
 /** */
index 21103eb..420386f 100644 (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' );
index a7a3132..3b5da44 100644 (file)
@@ -9,6 +9,7 @@
  * @todo document
  * @file
  * @ingroup Maintenance
+ * @ingroup Wikimedia
  */
 
 /** */
index 93b4f5e..d3f3a4d 100644 (file)
@@ -6,6 +6,7 @@
  * @file
  * @todo document
  * @ingroup Maintenance
+ * @ingroup Wikimedia
  */
 
 /** */
index e13c876..f5722cf 100644 (file)
@@ -19,6 +19,7 @@
  * http://www.gnu.org/copyleft/gpl.html
  *
  * @ingroup Maintenance
+ * @ingroup Wikimedia
  */
 
 require_once( dirname(__FILE__) . '/Maintenance.php' );