carbon-config
carbon-config copied to clipboard
Incorrect description get generated when there is more than one new line characters together.
Description: Weird doc is getting generated when there are more than one newline characters together in a description.
Suggested Labels:
Suggested Assignees:
Affected Product Version:
2.0.5
OS, DB, other environment details and versions:
JDK 1.8
Steps to reproduce:
When we have a description like below in a @Element annotation,
@Element(description = "Within Andes there are content chunk handlers which convert incoming large content\n" + " chunks into max content chunk size allowed by Andes core. These handlers run in parallel\n" + " converting large content chunks to smaller chunks.\n" + "\n" + " If the protocol specific content chunk size is different from the max chunk size allowed\n" + " by Andes core and there are significant number of large messages published, then having\n" + " multiple handlers will increase performance.")
Generated doc was like this.
Related Issues: