Disable preceding & trailing blank lines in Javadoc Formatting
If I write JavaDoc like this:
/**rounds a double to 2 decimal places
* @return rounded double */
I would prefer it to not be formatted to this, effectively doubling the space the JavaDoc takes up:
/**
* rounds a double to 2 decimal places
* @return rounded double
*/
Is there a way to achieve this or a possibility to add this option?
Please sign in to leave a comment.
No way:( Please feel free to file a request for this feature to youtrack, https://youtrack.jetbrains.com/issues/WEB.
Related ticket: https://youtrack.jetbrains.com/issue/WEB-980