lib/jsduck/doc/delimited_parser.rb
0 → 100644
+105
−0
+7
−1
Loading
Add :default and :optional config options and only return these
fields when these configs present. With this we now also allow
the syntax for default values without the optionality-braces:
@mytag {Type} name=<some funky default value>
Added a separate testsuite and updated all calls to
Scanner#standard_tag().