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

index 2a24d20..03636f3 100644 (file)
@@ -15,18 +15,18 @@ Options = {
         "template"      : 'Template Directory',   // was t.
         // "recurse": false,   // was r. - not supported..
         "ext"           :  'Extension of code files to read (normally js)',   // was x.
-        "publishExt" : 'html',
-        "private": '',   // was p
-        "allfunctions": '',   // was a
-        "encoding": '',   // was e.
-        "nocode": '',  // was n
-        "out": '',   // was o.
-        "suppress": '',  // was s ??? used?
-        "outputSource" : true,
-        "testmode": '',  // was t
-        "help": '',   // was h
-        "verbose": '',   // was v
-        "disablecache": '',   // was C
+        "publishExt"    : 'Extension of html files to write (normally html)',
+        //"private": '',   // was p
+        //"allfunctions": '',   // was a
+        //"encoding": '',   // was e.
+        //"nocode": '',  // was n
+        //"out": '',   // was o.
+        //"suppress": '',  // was s ??? used?
+        "outputSource" : 'Output the Source code to symbols/src/* (boolean)',
+        //"testmode": '',  // was t
+        "help"          : 'Show help',   // was h
+        "verbose"       : 'Show verbose messages',   // was v
+        //"disablecache": '',   // was C -- not needed?
         "define" : [],   // was D.
         "handler" : [],  // was H -- not supported..
     }