Search code examples
javaeclipsecommentsjavadoc

Eclipse Not Wrapping Class Comments


I hit Ctrl-Shift-F to auto-format. The method comments get wrapped, but the class comments aren't getting wrapped. Is there a setting to correct this?


Solution

  • What I really wanted was this: Window -> Preferences -> Java -> Code Style -> Formatter -> Edit -> Enable header comment formatting.