Scripts and data used for generating ZhConversion.php
[lhc/web/wiklou.git] / includes / BlockCache.php
index a4e97d5..43b77a7 100644 (file)
@@ -1,11 +1,13 @@
 <?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
+ * @package MediaWiki
  */
 class BlockCache
 {