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

Jason Dillon commented on MGROOVY-107:
--------------------------------------

Does it actually have a negative affect on the generated html docs?  What its 
doing now is inspecting each line in the comment and stripping out the {{*}} 
bits, then giving QDox the multi-line string... which it then tries to re-{{*}}.

Can you give me a screen shot of what the html docs look like?  If they are 
okay, then I don't care... but if they are whack, then I'll try harder to find 
a fix.

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