Follow-up to r51279
[lhc/web/wiklou.git] / maintenance / rebuildtextindex.inc
index ef65eed..0f58fff 100644 (file)
@@ -7,8 +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
- * @addtogroup Maintenance
+ * @ingroup Maintenance
  */
 
 /** */
@@ -63,5 +64,3 @@ function rebuildTextIndex( &$database )
                $n += RTI_CHUNK_SIZE;
        }
 }
-
-?>