Independent row parsing
-----------------------

         Key: DOXIA-38
         URL: http://jira.codehaus.org/browse/DOXIA-38
     Project: doxia
        Type: Improvement
    Reporter: Anuerin Diaz
    Priority: Minor


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:

*-----------------------*------------------------------------------------------------------*
|<<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.                  
           |
*-----------------------+------------------------------------------------------------------+

 

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