List of usage examples for org.eclipse.jdt.core.formatter DefaultCodeFormatterConstants FORMATTER_COMMENT_FORMAT
String FORMATTER_COMMENT_FORMAT
To view the source code for org.eclipse.jdt.core.formatter DefaultCodeFormatterConstants FORMATTER_COMMENT_FORMAT.
Click Source Link
FORMATTER / Option to control whether comments are formatted - option id: "org.eclipse.jdt.core.formatter.comment.format_comments" - possible values: { TRUE, FALSE } - default: TRUE From source file:com.bsiag.eclipse.jdt.java.formatter.DefaultCodeFormatter.java
License:Open Source License
@Deprecated private Object getOldCommentFormatOption(Map<String, String> options) { return options.get(DefaultCodeFormatterConstants.FORMATTER_COMMENT_FORMAT); }