mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 500000 - Fix API warning
Change-Id: I520dccda37fd7bf675abbf3230de1d8a01307588 Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
This commit is contained in:
parent
4028d882fe
commit
dffd0d1513
1 changed files with 3 additions and 0 deletions
|
@ -346,6 +346,7 @@ public class DefaultCodeFormatterConstants {
|
|||
* - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
|
||||
* </pre>
|
||||
* @see #createAlignmentValue(boolean, int, int)
|
||||
* @since 6.8
|
||||
*/
|
||||
public static final String FORMATTER_ALIGNMENT_FOR_LAMBDA_EXPRESSION = CCorePlugin.PLUGIN_ID
|
||||
+ ".formatter.alignment_for_lambda_expression"; //$NON-NLS-1$
|
||||
|
@ -1548,6 +1549,7 @@ public class DefaultCodeFormatterConstants {
|
|||
* </pre>
|
||||
* @see CCorePlugin#INSERT
|
||||
* @see CCorePlugin#DO_NOT_INSERT
|
||||
* @since 6.8
|
||||
*/
|
||||
public static final String FORMATTER_INSERT_SPACE_AFTER_LAMBDA_RETURN = CCorePlugin.PLUGIN_ID
|
||||
+ ".formatter.insert_space_after_lambda_return"; //$NON-NLS-1$
|
||||
|
@ -1560,6 +1562,7 @@ public class DefaultCodeFormatterConstants {
|
|||
* </pre>
|
||||
* @see CCorePlugin#INSERT
|
||||
* @see CCorePlugin#DO_NOT_INSERT
|
||||
* @since 6.8
|
||||
*/
|
||||
public static final String FORMATTER_INSERT_SPACE_BEFORE_LAMBDA_RETURN = CCorePlugin.PLUGIN_ID
|
||||
+ ".formatter.insert_space_before_lambda_return"; //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue