summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGetDTCs.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-04-26 14:56:13 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-04-26 14:56:13 -0400
commit5b8c7137546ecd8c52dd75269bfd427851b41bf2 (patch)
treea5d33afea21d24a499ef8b3cffeb7469641f8544 /SmartDeviceLink/SDLGetDTCs.h
parentfdd63617da3b7b3d562fe5ff8ba82257bea3985c (diff)
downloadsdl_ios-5b8c7137546ecd8c52dd75269bfd427851b41bf2.tar.gz
Update enum documentation
Diffstat (limited to 'SmartDeviceLink/SDLGetDTCs.h')
-rw-r--r--SmartDeviceLink/SDLGetDTCs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLGetDTCs.h b/SmartDeviceLink/SDLGetDTCs.h
index c212e7f95..3cc55e520 100644
--- a/SmartDeviceLink/SDLGetDTCs.h
+++ b/SmartDeviceLink/SDLGetDTCs.h
@@ -23,7 +23,7 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)initWithECUName:(UInt16)name mask:(UInt8)mask;
/**
- * @abstract a name of the module to receive the DTC form
+ * a name of the module to receive the DTC form
* @discussion an NSNumber value representing a name of the module to receive
* the DTC form
* <p>
@@ -31,7 +31,7 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (strong, nonatomic) NSNumber<SDLInt> *ecuName;
/**
- * @abstract DTC Mask Byte to be sent in diagnostic request to module. NSNumber* dtcMask Minvalue:0; Maxvalue:255
+ * DTC Mask Byte to be sent in diagnostic request to module. NSNumber* dtcMask Minvalue:0; Maxvalue:255
*/
@property (nullable, strong, nonatomic) NSNumber<SDLInt> *dtcMask;
@end