From 68f23ce729c59f71701b407ca83295ee241dcd63 Mon Sep 17 00:00:00 2001 From: Ryuichi Okumura Date: Tue, 18 Nov 2014 21:19:13 +0900 Subject: [PATCH] Bump help docs --- docs/args/partials/help.mustache | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/args/partials/help.mustache b/docs/args/partials/help.mustache index 7710dd17..cf17f704 100644 --- a/docs/args/partials/help.mustache +++ b/docs/args/partials/help.mustache @@ -1,7 +1,7 @@ YUI Doc generates API documentation from a modified JavaDoc syntax. -Current version (0.3.50) +Current version (0.4.0) Usage: yuidoc @@ -19,6 +19,7 @@ Common Options: -N, --no-color Turn off terminal colors (for automation) -C, --no-code Turn off code generation (don't include source files in output) -n, --norecurse Do not recurse directories (default is to recurse) + --no-sort Do not alphabetical sorting of attributes, events, methods, and properties -S, --selleck Look for Selleck component data and attach to API meta data -V, --view Dump the Handlebars.js view data instead of writing template files -p, --parse-only Only parse the API docs and create the JSON data, do not render templates