This is giving me a syntax error. It looks gross this way, but I can't think of any...
[lhc/web/wiklou.git] / includes / LinkCache.php
index 14072c5..7c49d88 100644 (file)
@@ -1,10 +1,7 @@
 <?php
 /**
  * Cache for article titles (prefixed DB keys) and ids linked from one source
- * @addtogroup Cache
- */
-
-/**
+ * 
  * @addtogroup Cache
  */
 class LinkCache {
@@ -172,4 +169,4 @@ class LinkCache {
                $this->mBadLinks = array();
        }
 }
-?>
+