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.
Please sign in to leave a comment.
enable format markers in comments was disabled, once I turned it on it worked!
Hello,
Please vote for the related issue: https://youtrack.jetbrains.com/issue/IDEA-132034