From cd86640862348e08cca47414d8957a0b0787695f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 Jun 2010 17:00:27 +0800 Subject: [PATCH] JSDOC/Options.js --- JSDOC/Options.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 2a24d20..03636f3 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -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.. } -- 2.39.2