# HG changeset patch # User timkelly # Date 1282756425 18000 # Node ID fccb2e8f8b9b93a0609e4399ae84e3033d897072 # Parent c71aea166ff8d9a875df428c24b1741deec88745 add @since tags per api tooling check diff -r c71aea166ff8 -r fccb2e8f8b9b builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/extension/ICarbidePrefsModifier.java --- a/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/extension/ICarbidePrefsModifier.java Wed Aug 25 11:08:33 2010 -0500 +++ b/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/extension/ICarbidePrefsModifier.java Wed Aug 25 12:13:45 2010 -0500 @@ -24,7 +24,7 @@ * * @noextend This interface is not intended to be extended by clients. * @noimplement This interface is not intended to be implemented by clients. - * since 3.0 + * @since 3.0 * */ public interface ICarbidePrefsModifier { diff -r c71aea166ff8 -r fccb2e8f8b9b core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianBuildContext.java --- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianBuildContext.java Wed Aug 25 11:08:33 2010 -0500 +++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianBuildContext.java Wed Aug 25 12:13:45 2010 -0500 @@ -103,6 +103,7 @@ * files could be different for different context's since the platform can potentially change the list of include * paths. * @return a list of header files which may be empty + * @since 3.0 */ public List getVariantHRHIncludes(); @@ -110,6 +111,7 @@ * Returns the list of compiler macros from the compiler prefix file (if any). This is the result * of preprocessing the actual compiler pre-include file, e.g. rvct.h or gcce.h. WINSCW platform builds will return an empty list. * @return a list of macros which may be empty. + * @since 3.0 */ public List getCompilerPreincludeDefines(); diff -r c71aea166ff8 -r fccb2e8f8b9b core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java --- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java Wed Aug 25 11:08:33 2010 -0500 +++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java Wed Aug 25 12:13:45 2010 -0500 @@ -33,6 +33,7 @@ /** * Value given for an SDK that is created when a build configuration * references an non-existent SDK. + * @since 3.0 */ public static String BAD_EPOCROOT = "/BAD_SDK_ROOT"; diff -r c71aea166ff8 -r fccb2e8f8b9b core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/SDKCorePlugin.java --- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/SDKCorePlugin.java Wed Aug 25 11:08:33 2010 -0500 +++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/SDKCorePlugin.java Wed Aug 25 12:13:45 2010 -0500 @@ -27,6 +27,7 @@ */ public class SDKCorePlugin extends Plugin { + /** @since 3.0 */ public static final boolean SUPPORTS_SBSV1_BUILDER = true; // The plug-in ID