Open birbilis opened 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
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
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
note the missing space before * at 2nd and 3rd line