\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


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
 */

-- 
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