From 47246a4a2b379b355deb3187f264a2bea5b37046 Mon Sep 17 00:00:00 2001 From: NicoleYarroch Date: Thu, 14 Sep 2017 08:53:03 -0400 Subject: Updated comments Signed-off-by: NicoleYarroch --- SmartDeviceLink/SDLGetVehicleDataResponse.h | 4 ++-- SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SmartDeviceLink/SDLGetVehicleDataResponse.h b/SmartDeviceLink/SDLGetVehicleDataResponse.h index 56a07f833..240f9907b 100644 --- a/SmartDeviceLink/SDLGetVehicleDataResponse.h +++ b/SmartDeviceLink/SDLGetVehicleDataResponse.h @@ -123,12 +123,12 @@ NS_ASSUME_NONNULL_BEGIN @property (nullable, strong, nonatomic) NSNumber *engineTorque; /** - * @abstract Accelerator pedal position (percentage depressed). + * @abstract Accelerator pedal position (percentage depressed) */ @property (nullable, strong, nonatomic) NSNumber *accPedalPosition; /** - * @abstract Current angle of the steering wheel (in deg). + * @abstract Current angle of the steering wheel (in deg) */ @property (nullable, strong, nonatomic) NSNumber *steeringWheelAngle; @property (nullable, strong, nonatomic) SDLECallInfo *eCallInfo; diff --git a/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h b/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h index c0bcab829..bced5894e 100644 --- a/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h +++ b/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h @@ -102,12 +102,12 @@ NS_ASSUME_NONNULL_BEGIN @property (strong, nonatomic, nullable) SDLVehicleDataResult *engineTorque; /** - * @abstract A SDLVehicleDataResult* value. Accelerator pedal position (percentage depressed). + * @abstract A SDLVehicleDataResult* value. Accelerator pedal position (percentage depressed) */ @property (strong, nonatomic, nullable) SDLVehicleDataResult *accPedalPosition; /** - * @abstract A SDLVehicleDataResult* value. Current angle of the steering wheel (in deg). + * @abstract A SDLVehicleDataResult* value. Current angle of the steering wheel (in deg) */ @property (strong, nonatomic, nullable) SDLVehicleDataResult *steeringWheelAngle; @property (strong, nonatomic, nullable) SDLVehicleDataResult *eCallInfo; -- cgit v1.2.1