Phpdoc comments and place holder. Part of the subpackage "maintenance", archives...
[lhc/web/wiklou.git] / maintenance / rebuildInterwiki.inc
index a8a4d94..0f1f75b 100644 (file)
@@ -1,12 +1,24 @@
 <?php
-
-# Rebuild interwiki table using the file on meta and the language list
-# Wikimedia specific!
+/**
+ * Rebuild interwiki table using the file on meta and the language list
+ * Wikimedia specific!
+ *
+ * @todo document
+ * @package MediaWiki
+ * @subpackage Maintenance
+ */
+
+/** */
 $oldCwd = getcwd();
 
 $optionsWithArgs = array( "o" );
 include_once( "commandLine.inc" );
 
+/**
+ * @todo document
+ * @package MediaWiki
+ * @subpackage Maintenance
+ */
 class Site {
        var $suffix, $lateral, $url;