[ 
http://jira.codehaus.org/browse/MGROOVY-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_120712
 ] 

Luke Daley commented on MGROOVY-107:
------------------------------------

If you want javadoc generation it's major.

Why not just strip all newlines? It will look ugly, but these are only stubs.

> \n in javadocs cause weirdness
> ------------------------------
>
>                 Key: MGROOVY-107
>                 URL: http://jira.codehaus.org/browse/MGROOVY-107
>             Project: Maven 2.x Groovy Integration
>          Issue Type: Bug
>          Components: stub generation
>    Affects Versions: 1.0-beta-3
>            Reporter: Luke Daley
>            Assignee: Jason Dillon
>             Fix For: 1.0-beta-4
>
>
> Newlines in the comment section don't get written out properly.
> In groovy ....
> {code}
> /**
>  * Line 1.
>  * Line 2.
>  * 
>  * @param blah A variable
>  */
> {code}
> In the generated java stub ...
> {code}
> /**
>  * Line 1.
> Line 2.
>  * 
>  * @param blah A variable
>  */
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to