- changed status to resolved
Issue #142
resolved
Comments in generated code tend to be quite ugly. For example:
/** * * Initializes the child array to the correct size. * Initializes List and Opt nta children. * @apilevel internal * @ast method * @ast method * */ public void init$Children() { }
The current issues exist with the comments:
- incorrect indentation - parts of the comment may be doubly indented
- duplicate JavaDoc tags (see the
@method
tag in the above example) - empty line between the comment and the generated method
Comments (1)
-
reporter - Log in to comment
Improved documentation comment generation
@ast method
)fixes issue
#142(bitbucket)→ <<cset 66a416a560ce>>