sync fixes
[app.jsdoc] / JSDOC / Options.js
index 587fe16..8854c0f 100644 (file)
@@ -1,15 +1,16 @@
-//<script type="text/javascript">
-/**
- * Options management...
- * @scope JSDOC.Options
 
- */
 XObject = imports.XObject.XObject;
 File = imports.File.File;
 
  /**
   * @class Options
   * @static
+  *  Options management...
+  * @scope JSDOC 
+  * @ignore
+  *
+  * Deprecated at present..
   */
 Options = {
 
@@ -23,7 +24,7 @@ Options = {
     
     
     // options get defined like this..
-    "--src"           :  "source directory (either absolute - starts with "/" or relative " + 
+    "--src"           :  "source directory (either absolute - starts with \"/\" or relative " + 
                         "- without, in which case it's added to baseDir",
     "--exclude-src"       : 'Ex',   
     "--baseDir"       :  'Base Directory (root directory of code)',