JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 08:34:49 +0000 (16:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 08:34:49 +0000 (16:34 +0800)
JSDOC/Options.js

index 8641bdd..9403a0f 100644 (file)
@@ -68,7 +68,7 @@ Options = {
                 message: "No directory specified" 
             };
         }
-         
+        // should cacheDirectory be a subdirectory of target??
         if (!this.cacheDirectory) {
             throw {
                 name: "ArgumentError",