vendor/jsdoc-toolkit/app/lib/JSDOC.js in distil-0.8.4 vs vendor/jsdoc-toolkit/app/lib/JSDOC.js in distil-0.10.0

- old
+ new

@@ -1,9 +1,9 @@ /** @overview - @date $Date: 2009-10-28 16:25:32 -0700 (Wed, 28 Oct 2009) $ - @version $Revision: 816 $ + @date $Date: 2010-01-10 10:49:48 -0800 (Sun, 10 Jan 2010) $ + @version $Revision: 829 $ @location $HeadURL: http://jsdoc-toolkit.googlecode.com/svn/trunk/jsdoc-toolkit/app/lib/JSDOC.js $ @name JSDOC.js */ /** @@ -25,10 +25,11 @@ d: "directory", "D[]": "define", e: "encoding", "E[]": "exclude", h: "help", + m: "multiple", n: "nocode", o: "out", p: "private", P: "plugins", q: "quiet", @@ -56,9 +57,10 @@ print(" -d=<PATH> or --directory=<PATH>\n Output to this directory (defaults to \"out\").\n"); print(" -D=\"myVar:My value\" or --define=\"myVar:My value\"\n Multiple. Define a variable, available in JsDoc as JSDOC.opt.D.myVar.\n"); print(" -e=<ENCODING> or --encoding=<ENCODING>\n Use this encoding to read and write files.\n"); print(" -E=\"REGEX\" or --exclude=\"REGEX\"\n Multiple. Exclude files based on the supplied regex.\n"); print(" -h or --help\n Show this message and exit.\n"); + print(" -m or --multiples\n Don't warn about symbols being documented more than once.\n"); print(" -n or --nocode\n Ignore all code, only document comments with @name tags.\n"); print(" -o=<PATH> or --out=<PATH>\n Print log messages to a file (defaults to stdout).\n"); print(" -p or --private\n Include symbols tagged as private, underscored and inner symbols.\n"); print(" -P or --plugins\n Load additional plugins from the specified folder.\n"); print(" -q or --quiet\n Do not output any messages, not even warnings.\n");