diff InputParser.inc @ 69:dd4ddedca4c5

Add convenience header ScriptIncludeCache Split CacheTimeCheck and FileCacheSet
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 23:32:14 +0200
parents 4dfa3f6a2dc1
children 7c68015b211a
line wrap: on
line diff
--- a/InputParser.inc	Thu Oct 11 23:16:53 2012 +0200
+++ b/InputParser.inc	Thu Oct 11 23:32:14 2012 +0200
@@ -10,10 +10,9 @@
    * Constructs a new InputParser object
    *
    * @param $name name of file to read configuration from
-   * @param $masterCache CacheTimeCheck cache object to use as parent for this inputParsercache
    *
-   * @todo masterCache is currently used as is, fix so linked caches
-   * may be used.
+   * @param $masterCache CacheTimeCheck cache object to use as parent
+   * for this inputParsercache
    */
   function __construct($name, $masterCache) {
     $this->master = new DOMDocument();