apidoc/apidoc-core

Unicode line break in the list of allowed types

jharting opened this issue · 0 comments

I am using a rather long list of allowed types. For better readability I break the line. As a result, the \uffff character makes it to the value that follows the line break.

Here's an example:

 * @apiParam {String=alpha,bravo,charlie,delta,echo,foxtrot,golf,hotel,india,juliet,kilo,
 * mike,november,oscar,para,romeo,sierra,tango,uniform,victor,whiskey,xray} letter
 * Phonetic alphabet letter. This is not a real example. I do however came accross a
 * similarly long list of allowed types!

Notice mike being prefixed with \uffff:

apidoc