1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Adding a missing @since tag.

This commit is contained in:
Sergey Prigogin 2011-03-28 19:17:19 +00:00
parent ccfa88d37b
commit ceb31ed878

View file

@ -211,6 +211,7 @@ public class DefaultCodeFormatterConstants {
* - default: createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT)
* </pre>
* @see #createAlignmentValue(boolean, int, int)
* @since 5.3
*/
public static final String FORMATTER_ALIGNMENT_FOR_OVERLOADED_LEFT_SHIFT_CHAIN = CCorePlugin.PLUGIN_ID + ".formatter.alignment_for_overloaded_left_shift_chain"; //$NON-NLS-1$;
/**