BUG#93 Fix handling of <nowiki> in templates
[lhc/web/wiklou.git] / includes / BlockCache.php
index 9f099b2..43b77a7 100644 (file)
@@ -1,8 +1,14 @@
 <?php
+/**
+ * Contain the blockcache class
+ * @package MediaWiki
+ */
 
-# Object for fast lookup of IP blocks
-# Represents a memcached value, and in some sense, the entire ipblocks table
-
+/**
+ * Object for fast lookup of IP blocks
+ * Represents a memcached value, and in some sense, the entire ipblocks table
+ * @package MediaWiki
+ */
 class BlockCache
 {
        var $mData = false, $mMemcKey;