One-off disable of auto-format Javadoc

已回答
// @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
Avatar
Permanently deleted user

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

0

Hello,

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

0

请先登录再写评论。