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

Lukas Theussl edited comment on DOXIA-38 at 10/4/07 9:13 AM:
-------------------------------------------------------------

It appears fine to me. The problem is that the whole table is formatted 
according to the first line  {noformat} ( *---*---* )  {noformat} and the 
format for the following lines  {noformat}( *---+---+ ) {noformat} is ignored. 
Note that I have proposed a more general solution already: 
http://docs.codehaus.org/display/DOXIA/Proposed+Changes+to+the+Sink+API


 was:
It appears fine to me. The problem is that the whole table is formatted 
according to the first line (*---*---*) and the format for the following lines 
(*---+---+) is ignored. Note that I have proposed a more general solution 
already: http://docs.codehaus.org/display/DOXIA/Proposed+Changes+to+the+Sink+API

> Independent row parsing
> -----------------------
>
>                 Key: DOXIA-38
>                 URL: http://jira.codehaus.org/browse/DOXIA-38
>             Project: Maven Doxia
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Anuerin Diaz
>            Priority: Minor
>             Fix For: 1.0-beta-1
>
>
> Currently the table rendered formats each column depending on the definition 
> of the first row. This is a problem when the text justification of the header 
> row is different from the rest of the table (e.g. the header row is centered, 
> but the rest of the table rows are left-aligned). Take this example fo 
> instance:
> {noformat}
> *-----------------------*------------------------------------------------------------------*
> |<<Phase>>              |<<Description>>                                      
>              |
> *-----------------------+------------------------------------------------------------------+
> |generate-sources     |generate any source code for inclusion in compilation. 
>            |
> *-----------------------+------------------------------------------------------------------+
> |generate-resources   |generate resources for inclusion in the package.       
>            |
> *-----------------------+------------------------------------------------------------------+
> |compile                 |compile the source code of the project.             
>           |
> *-----------------------+------------------------------------------------------------------+
> |test                 |run tests using a suitable unit testing framework. 
> These tests    |
> |                       |should not require the code be packaged or deployed. 
>              |
> *-----------------------+------------------------------------------------------------------+
> |package              |take the compiled code and package it in its 
> distributable format,|
> |                       |such as JAR.                                         
>              |
> *-----------------------+------------------------------------------------------------------+
> |install              |install the package into the local repository, for use 
> as a       |
> |                       |dependency in other projects locally.                
>              |
> *-----------------------+------------------------------------------------------------------+
> {noformat}
>  

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