diff options
Diffstat (limited to 'docs/collect.js')
| -rw-r--r-- | docs/collect.js | 1 |
1 files changed, 1 insertions, 0 deletions
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])) }; |
