angular / dgeni-packages

A collection of dgeni packages for generating documentation from source code.
MIT License
142 stars 106 forks source link

fix(typescript): empty node description if first leading comment is single line trivia #274

Closed devversion closed 6 years ago

devversion commented 6 years ago

In case the new concatMultipleLeadingComments is set to false and the first comment of a TypeScript node is a single line non-JSdoc comment, the node content will be empty.

This is because the first single line comment will taken as leading comment but then afterwards filtered because it doesn't start with /**.

petebacondarwin commented 6 years ago

Released as 0.26.9