You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: