-
Notifications
You must be signed in to change notification settings - Fork 772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaDoc Styling is incomplete #73
Comments
this is intellij 2019.3 |
Can you illustrate what that would change? My best guess is that it changes the behavior from /**
* Foo
* <p>
* Bar
*/ to /**
* Foo
*
* <p>Bar
*/ which is not what we want. Oracle's Javadoc guide recommends the |
Here's a link: https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html#format It's not the one I'm thinking of, but it does illustrate that |
@JakeWharton, not quite. When that setting is unticked you have this (empty line allowed to stay empty):
Once ticked, the autoformatter inserts
I just checked 2019.1, and it looks like it's unticked by default with the Java Code Styles there, so it must have changed at some point between that version and 2019.3. |
🤦 Whoops. Forgot to restart to actually get the styles... |
Ah interesting. Was this an intentional change to the Java Code Style? Or an oversight? |
huh, so I see now that the settings repo isn't specific to any IJ version. And it looks like the setting we're talking about is already false (the desired behavior) in the repo:
So I'm at a loss as to why it's defaulting to true in some cases. Will try to replicate tomorrow. |
This style should be unchecked
The text was updated successfully, but these errors were encountered: