NathanCheshire / Cyder

Multipurpose utility tool expressed using a custom JVM UI library built over Swing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consolidate single line javadoc comments

NathanCheshire opened this issue · comments

Javadoc comments with one line of text should be translated from:

/**
* Comment here.
*/

to

/** Comment here. */

in order to preserve space yet maintain readability. This will only decrease comment lines in the stats generator.

Let's write a python script to find and detect these?

Script added, to be ran and tested.