Typo
[lhc/web/wiklou.git] / maintenance / mctest.php
index 90c4420..64fea06 100644 (file)
@@ -1,5 +1,12 @@
 <?php
-/* $Id$ */
+/**
+ * This script makes several 'set', 'incr' and 'get' requests on every
+ * memcached server and shows a report.
+ *
+ * $Id$
+ * @file
+ * @ingroup Maintenance
+ */
 
 $optionsWithArgs = array( 'i' );
 
@@ -55,4 +62,4 @@ foreach ( $wgMemCachedServers as $server ) {
 }
 
 
-?>
+