eliminate space before javadoc asterisks?
Answered
I hate the convention of spaces before the asterisks in Javadocs, as in
/**
* Predicts winning lottery numbers...
*/
drives me nuts. I simply want:
/**
* Interface to time travel machine...
*/
Is there any way to achieve this in IntelliJ? (I am using 8.1.3) As near as I can tell, in the settings, code style, javadoc there is no such option for what I want. IntelliJ always seems to insert spaces when Javadocs are autogenerated.
Please sign in to leave a comment.
13 years later still no way. :(
If you need this feature, please submit a request at https://youtrack.jetbrains.com/newIssue?project=IDEA.