TSergey / intellij-javadocs

Intellij-idea javadocs generator
http://tsergey.github.io/intellij-javadocs/
Apache License 2.0
235 stars 93 forks source link

Type javadoc for .groovy file misformatted #98

Open birbilis opened 3 years ago

birbilis commented 3 years ago

the tools seems to also generate a single javadoc entry for each class (not anything else inside them) at .groovy files, but a bit misformatted

/**
*   The type IntegrationSpec.
*/
abstract class IntegrationSpec extends Specification {

note the missing space before * at 2nd and 3rd line

birbilis commented 2 years ago

also, if one had fixed those by hand then if they update javadocs the old fixed is kept and and extra broken one like above is also added