One-off disable of auto-format Javadoc

Answered
// @formatter:off
/**
* some title line.
* note: blah blah blah
*/
// @formatter:on

How can I disable the formatting of only this Javadoc entry?  I don't want to turn the feature completely off.

I've tried the @formatter:off/on but it's not working.

0
2 comments
Avatar
Permanently deleted user

enable format markers in comments was disabled, once I turned it on it worked!

0
Avatar
Yaroslav Bedrov

Hello,

Please vote for the related issue: https://youtrack.jetbrains.com/issue/IDEA-132034

0

Please sign in to leave a comment.