summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-03-05 16:17:01 -0500
committerNicoleYarroch <nicole@livio.io>2019-03-05 16:17:01 -0500
commit24f07dd4327ce4570756839ad0a11cf3f4fddf8b (patch)
tree3d43b17df14a39039c04b6ac748b2d42a6692520
parent7009b8580ac04191d569666313735078583634f1 (diff)
downloadsdl_ios-24f07dd4327ce4570756839ad0a11cf3f4fddf8b.tar.gz
Removed @since
-rw-r--r--SmartDeviceLink/SDLCloudAppProperties.h4
-rw-r--r--SmartDeviceLink/SDLGetCloudAppProperties.h2
-rw-r--r--SmartDeviceLink/SDLGetCloudAppPropertiesResponse.h2
-rw-r--r--SmartDeviceLink/SDLManager.h2
-rw-r--r--SmartDeviceLink/SDLProtocol.h2
-rw-r--r--SmartDeviceLink/SDLSetCloudAppProperties.h2
-rw-r--r--SmartDeviceLink/SDLSetCloudAppPropertiesResponse.h2
7 files changed, 1 insertions, 15 deletions
diff --git a/SmartDeviceLink/SDLCloudAppProperties.h b/SmartDeviceLink/SDLCloudAppProperties.h
index 09fa7e02a..30636b273 100644
--- a/SmartDeviceLink/SDLCloudAppProperties.h
+++ b/SmartDeviceLink/SDLCloudAppProperties.h
@@ -15,13 +15,11 @@ NS_ASSUME_NONNULL_BEGIN
/*
* The cloud application properties.
- *
- * @since SDL 5.x
*/
@interface SDLCloudAppProperties : SDLRPCStruct
/**
- * Convenience init forrequired parameters.
+ * Convenience init for required parameters.
*
* @param appName The name of the cloud app
* @param appID The id of the cloud app
diff --git a/SmartDeviceLink/SDLGetCloudAppProperties.h b/SmartDeviceLink/SDLGetCloudAppProperties.h
index e6bb9fd44..f65dc8974 100644
--- a/SmartDeviceLink/SDLGetCloudAppProperties.h
+++ b/SmartDeviceLink/SDLGetCloudAppProperties.h
@@ -12,8 +12,6 @@ NS_ASSUME_NONNULL_BEGIN
/*
* RPC used to get the current properties of a cloud application.
- *
- * @since SDL 5.x
*/
@interface SDLGetCloudAppProperties : SDLRPCRequest
diff --git a/SmartDeviceLink/SDLGetCloudAppPropertiesResponse.h b/SmartDeviceLink/SDLGetCloudAppPropertiesResponse.h
index db7b306a3..72d983cfc 100644
--- a/SmartDeviceLink/SDLGetCloudAppPropertiesResponse.h
+++ b/SmartDeviceLink/SDLGetCloudAppPropertiesResponse.h
@@ -15,8 +15,6 @@ NS_ASSUME_NONNULL_BEGIN
/*
* The response to GetCloudAppProperties
- *
- * @since SDL 5.x
*/
@interface SDLGetCloudAppPropertiesResponse : SDLRPCResponse
diff --git a/SmartDeviceLink/SDLManager.h b/SmartDeviceLink/SDLManager.h
index 06773aa33..6d47e86b6 100644
--- a/SmartDeviceLink/SDLManager.h
+++ b/SmartDeviceLink/SDLManager.h
@@ -85,8 +85,6 @@ typedef void (^SDLManagerReadyBlock)(BOOL success, NSError *_Nullable error);
/**
* The auth token, if received. This should be used to log into a user account.
- *
- * @since SDL 5.2
*/
@property (strong, nonatomic, readonly, nullable) NSString *authToken;
diff --git a/SmartDeviceLink/SDLProtocol.h b/SmartDeviceLink/SDLProtocol.h
index d42f5bc9a..82777f167 100644
--- a/SmartDeviceLink/SDLProtocol.h
+++ b/SmartDeviceLink/SDLProtocol.h
@@ -58,8 +58,6 @@ extern NSString *const SDLProtocolSecurityErrorDomain;
/**
* The auth token, if any, returned with the `StartServiceACK` for the RPC service from the module.
- *
- * @since SDL 5.2
*/
@property (strong, nonatomic, readonly, nullable) NSString *authToken;
diff --git a/SmartDeviceLink/SDLSetCloudAppProperties.h b/SmartDeviceLink/SDLSetCloudAppProperties.h
index 69feb651e..c0e870771 100644
--- a/SmartDeviceLink/SDLSetCloudAppProperties.h
+++ b/SmartDeviceLink/SDLSetCloudAppProperties.h
@@ -15,8 +15,6 @@ NS_ASSUME_NONNULL_BEGIN
/*
* RPC used to enable/disable a cloud application and set authentication data
- *
- * @since SDL 5.x
*/
@interface SDLSetCloudAppProperties : SDLRPCRequest
diff --git a/SmartDeviceLink/SDLSetCloudAppPropertiesResponse.h b/SmartDeviceLink/SDLSetCloudAppPropertiesResponse.h
index 13bd9c471..37efed6ee 100644
--- a/SmartDeviceLink/SDLSetCloudAppPropertiesResponse.h
+++ b/SmartDeviceLink/SDLSetCloudAppPropertiesResponse.h
@@ -12,8 +12,6 @@ NS_ASSUME_NONNULL_BEGIN
/*
* The response to SetCloudAppProperties
- *
- * @since SDL 5.x
*/
@interface SDLSetCloudAppPropertiesResponse : SDLRPCResponse