mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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$
|
||||
/**
|
||||
* <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"
|
||||
* - possible values: { TRUE, FALSE }
|
||||
* - default: FALSE
|
||||
|
@ -515,7 +515,7 @@ public class DefaultCodeFormatterConstants {
|
|||
* @see #TRUE
|
||||
* @see #FALSE
|
||||
*/
|
||||
public static final String FORMATTER_INDENT_ACCESS_SPECIFIER_COMPARE_TO_TYPE_HEADER = CCorePlugin.PLUGIN_ID + ".formatter.indent_access_specifier_compare_to_type_header"; //$NON-NLS-1$
|
||||
public static final String FORMATTER_INDENT_ACCESS_SPECIFIER_COMPARE_TO_TYPE_HEADER = CCorePlugin.PLUGIN_ID + ".formatter.indent_access_specifier_compare_to_type_header"; //$NON-NLS-1$
|
||||
/**
|
||||
* <pre>
|
||||
* FORMATTER / Option to indent body declarations compare to access specifiers (visibility labels)
|
||||
|
|
Loading…
Add table
Reference in a new issue