From ee0e9a44521218a1d13bc502350414d30ca03cf9 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 17 Nov 2010 13:07:59 -0800 Subject: adding support for @param.optional --- docs/collect.js | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/collect.js') diff --git a/docs/collect.js b/docs/collect.js index d9556747..70a1ffbf 100644 --- a/docs/collect.js +++ b/docs/collect.js @@ -252,6 +252,7 @@ var TAG = { var param = { type: match[2], name: match[6] || match[5], + optional: !!match[3], 'default':match[7], description:markdownNoP(value.replace(match[0], match[8])) }; -- cgit v1.2.3