tj/dox

White spaces in the tag type string break the parsing of tags

gionkunz opened this issue · 0 comments

As there is only a simple split mechanism by white space that ignores the context, this will break as soon as you include white spaces in your type string:

@param {string | number} abc A string or Number does not work like expected.