add @since tags per api tooling check C3_BUILDER_WORK
authortimkelly
Wed, 25 Aug 2010 12:13:45 -0500
branchC3_BUILDER_WORK
changeset 1881 fccb2e8f8b9b
parent 1880 c71aea166ff8
child 1882 e8d8fb31697d
child 1954 fc333b249602
add @since tags per api tooling check
builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/extension/ICarbidePrefsModifier.java
core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianBuildContext.java
core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java
core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/SDKCorePlugin.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 {
--- 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<File> 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<IDefine> getCompilerPreincludeDefines();
 	
--- 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";
 	
--- 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