Skip to content

Commit

Permalink
Merge remote-tracking branch 'timdp/default-allow-array'
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu committed Nov 6, 2014
2 parents f8b0bdb + f4e599f commit f9ca1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/docparser.js
Expand Up @@ -64,7 +64,7 @@ YUI.add('docparser', function (Y) {

REGEX_TYPE = /(.*?)\{(.*?)\}(.*)/,
REGEX_FIRSTWORD = /^\s*?([^\s]+)(.*)/,
REGEX_OPTIONAL = /\[(.*?)\]/,
REGEX_OPTIONAL = /^\[(.*)\]$/,
REGEX_START_COMMENT = {
js: /^\s*\/\*\*/,
coffee: /^\s*###\*/
Expand Down

0 comments on commit f9ca1b2

Please sign in to comment.