Closed ertrzyiks closed 7 years ago
When we don't have any description, documention includes undefined text.
undefined
What do you think about replacing ${e.doclet.description} with ${e.doclet.description || ''}?
${e.doclet.description}
${e.doclet.description || ''}
Good catch, if you can make a PR for this, i'll merge this ASAP :)
I will review all the PRs tomorrow (was busy at work today), or in worst case this weekend :)
When we don't have any description, documention includes
undefined
text.What do you think about replacing
${e.doclet.description}
with${e.doclet.description || ''}
?