[
http://jira.codehaus.org/browse/DOXIA-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukas Theussl updated DOXIA-38:
-------------------------------
Fix Version/s: (was: 1.0-beta-1)
1.0-beta-2
With DOXIA-204 this is now possible in principle, we just need to make the
AptParser emit the appropriate attributes. Scheduling for a later release...
> 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-2
>
>
> 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