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
Don't put Javadoc html block tags on separate lines if requested (#1002)
* Don't put Javadoc html block tags on separate lines if requested
- add new DefaultCodeFormatterConstants value:
FORMATTER_COMMENT_JAVADOC_DO_NOT_SEPARATE_BLOCK_TAGS
- move html block tags in CommentsPreparator to a new category
and add a check for the new formatter option in which case
if true, treat as break-before, otherwise treat as separate-lines
- add code in handleFormatCodeTag() to use same option to determine
if pre tag should have separate lines or treated as break-before
- needed for: #991
YBuild failing as per the log, Error is from JDT UI. (org.eclipse.jdt.ui)
https://ci.eclipse.org/releng/job/YPBuilds/job/Y-build-4.28/31/console
The text was updated successfully, but these errors were encountered: