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.