You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "SebbASF (JIRA)" <ji...@codehaus.org> on 2013/06/07 23:18:03 UTC

[jira] (DOXIA-490) Add line breaks in generated output

SebbASF created DOXIA-490:
-----------------------------

             Summary: Add line breaks in generated output
                 Key: DOXIA-490
                 URL: https://jira.codehaus.org/browse/DOXIA-490
             Project: Maven Doxia
          Issue Type: Improvement
          Components: Module - Apt
            Reporter: SebbASF


The generated output from APT can have some extremely long lines (e.g. over 20K characters). This makes it very difficult to review, and if the output is checked into a CMS the commit messages are all but useless.

Ideally the output should be broken into smaller chunks.
For example, adding a new line before <pre> and after </pre>, similarly with <p></p>.
There are other possible approaches, such as folding lines that are longer than say 200 characters (though of course this won't work for <pre> blocks)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira