Phpdoc comments and place holder. Part of the subpackage "maintenance", archives...
[lhc/web/wiklou.git] / maintenance / importLogs.php
index 78596c2..00bb662 100644 (file)
@@ -1,5 +1,11 @@
 <?php
+/**
+ * @todo document
+ * @package MediaWiki
+ * @subpackage Maintenance
+ */
 
+/** */
 require_once( "commandLine.inc" );
 require_once( "importLogs.inc" );
 
@@ -18,4 +24,4 @@ foreach( LogPage::validTypes() as $type ) {
        $importer->importText( $text );
 }
 
-?>
\ No newline at end of file
+?>