* add uniwiki/CreatePage extension to core
[lhc/web/wiklou.git] / maintenance / rebuildtextindex.inc
index f72bf55..0f58fff 100644 (file)
@@ -7,9 +7,9 @@ require_once 'counter.php';
  * Rebuilding is faster if you drop the index and recreate it,
  * but that will prevent searches from working while it runs.
  *
+ * @file
  * @todo document
- * @package MediaWiki
- * @subpackage Maintenance
+ * @ingroup Maintenance
  */
 
 /** */
@@ -64,5 +64,3 @@ function rebuildTextIndex( &$database )
                $n += RTI_CHUNK_SIZE;
        }
 }
-
-?>