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? 

0
4 comments

Check your JavaDoc formatting options:

0

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?

0

There is no setting to keep blank lines between the tags. Related request: https://youtrack.jetbrains.com/issue/IDEA-108161.

0

Please sign in to leave a comment.