New lines in JavaDoc
Answered
I configured my class javadoc to look like in the image below

but when i create a class, the docs showed up like this

the style (blank lines) are gone and they are out of my pattern...
is there any configuration to avoid the blank lines wraping?
Please sign in to leave a comment.
Check your JavaDoc formatting options:
This options is checked on my settings.
I have to disable javadoc formatting option in order to preserve my formatting style.
Maybe is a bug?
There is no setting to keep blank lines between the tags. Related request: https://youtrack.jetbrains.com/issue/IDEA-108161.
uhmm! thanks