JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 09:48:55 +0000 (17:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 09:48:55 +0000 (17:48 +0800)
JSDOC/Options.js

index 0518766..378bd6d 100644 (file)
@@ -18,7 +18,7 @@ Options = {
     
     // options get defined like this..
     "--src"           :  "source directory (either absolute - starts with "/" or relative " + 
-                        "- without, in which case it's added to baseDir"
+                        "- without, in which case it's added to baseDir",
     "--baseDir"       :  'Base Directory (root directory of code)',
     "--target"        :  'Target Directory (where html files go)',
     "--cacheDirectory": 'Cached Files Directory',