1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 02:06:01 +02:00

Missing @since tag

This commit is contained in:
Marc Khouzam 2010-02-11 21:15:59 +00:00
parent 88cea3fb22
commit 9d403c3d87

View file

@ -145,6 +145,7 @@ public class CCorePreferenceConstants {
/**
* Show source roots at the top level of projects.
* @since 5.2
*/
public static final String SHOW_SOURCE_ROOTS_AT_TOP_LEVEL_OF_PROJECT = CCorePlugin.PLUGIN_ID + ".showSourceRootsAtTopLevelOfProject"; //$NON-NLS-1$
}