mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 00:05:53 +02:00
Corrected a javadoc comment.
This commit is contained in:
parent
8277c670bc
commit
354541a130
1 changed files with 2 additions and 2 deletions
|
@ -507,7 +507,7 @@ public class DefaultCodeFormatterConstants {
|
||||||
public static final String FORMATTER_CONTINUATION_INDENTATION_FOR_INITIALIZER_LIST = CCorePlugin.PLUGIN_ID + ".formatter.continuation_indentation_for_array_initializer"; //$NON-NLS-1$
|
public static final String FORMATTER_CONTINUATION_INDENTATION_FOR_INITIALIZER_LIST = CCorePlugin.PLUGIN_ID + ".formatter.continuation_indentation_for_array_initializer"; //$NON-NLS-1$
|
||||||
/**
|
/**
|
||||||
* <pre>
|
* <pre>
|
||||||
* FORMATTER / Option to indent body declarations compare to its enclosing type header
|
* FORMATTER / Option to indent 'public:', 'protected:', 'private:' access specifiers relative to class declaration.
|
||||||
* - option id: "org.eclipse.cdt.core.formatter.indent_access_specifier_compare_to_type_header"
|
* - option id: "org.eclipse.cdt.core.formatter.indent_access_specifier_compare_to_type_header"
|
||||||
* - possible values: { TRUE, FALSE }
|
* - possible values: { TRUE, FALSE }
|
||||||
* - default: FALSE
|
* - default: FALSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue