JSDocs, by default, should ignore: `/* ... */`, `/*** ... */`, etc. and parse only explicit `/** ... */` ( two asterisks ). Here, however, the parser is not ignoring those _invalid_ JSDocs comments. As a result, ugly files are outputted.
JSDocs, by default, should ignore:
/* ... */,/*** ... */, etc. and parse only explicit/** ... */( two asterisks ).Here, however, the parser is not ignoring those invalid JSDocs comments. As a result, ugly files are outputted.