-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: tools
-
None
-
b17
There is a `break` missing in `case '@'` in DCP `inlineWord()`, leading to an unintentional fall through in the next case block, and therefore incorrect behavior.
"At some point", we should modernize DocCommentParser and use new-style switch statements.
"At some point", we should modernize DocCommentParser and use new-style switch statements.