[ 
http://jira.codehaus.org/browse/DOXIA-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_103330
 ] 

Lukas Theussl commented on DOXIA-137:
-------------------------------------

What I meant is to add a method like

{code}
void comment( String text )
{code}

to the Sink interface that allows you to translate eg an apt comment

 {noformat} 
~~ a comment
 {noformat} 

into an xml comment:

{noformat} 
<!-- a comment -->
 {noformat} 

> Add comments to sink API
> ------------------------
>
>                 Key: DOXIA-137
>                 URL: http://jira.codehaus.org/browse/DOXIA-137
>             Project: Maven Doxia
>          Issue Type: Improvement
>          Components: Sink API
>    Affects Versions: 1.0-alpha-8
>            Reporter: Lukas Theussl
>             Fix For: 1.0-beta-1
>
>
> Comments are often an important part of source documents, they should be 
> preserved by doxia transformations.

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

        

Reply via email to