Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0-beta-3
-
Fix Version/s: 1.0-rc-1
-
Component/s: stub generation
-
Labels:None
-
Number of attachments :
Description
Newlines in the comment section don't get written out properly.
In groovy ....
/** * Line 1. * Line 2. * * @param blah A variable */
In the generated java stub ...
/** * Line 1. Line 2. * * @param blah A variable */
Is this really a major issue? Does this cause the site javadocs to mess up? I'm not sure what to do about this really.