Skip to content
Advertisement

jsdoc: multiline description @property

I am documenting my code using jsdoc, so far so good, I have a comment like below

JavaScript

and it comes in html document like

JavaScript

I want it to appear something like

JavaScript

hope I am making myself clear…

Advertisement

Answer

You have to use br-Tags to resolve new new lines:

JavaScript
Advertisement