Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-38

Independent row parsing

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.1.1
    • Core
    • None

    Description

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

      Attachments

        Issue Links

          Activity

            People

              siveton Siveton Vincent
              ramfree17 Anuerin Diaz
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: