summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2018-05-24 14:52:10 -0400
committerNicoleYarroch <nicole@livio.io>2018-05-24 14:52:10 -0400
commit364f89286fb803fafe6d9517e355a3da8607df92 (patch)
tree70463b9b12a7489d94f0103beb9da62eb029a6b8
parent7e21ebd70333ebb571c99124df04b41f5a4bb2ee (diff)
downloadsdl_ios-364f89286fb803fafe6d9517e355a3da8607df92.tar.gz
Fixed spacing issues in the documentation
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLink/SDLEnum.h4
-rw-r--r--SmartDeviceLink/SDLLogFileModule.h2
-rw-r--r--SmartDeviceLink/SDLMetadataType.h1
3 files changed, 3 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLEnum.h b/SmartDeviceLink/SDLEnum.h
index f00de3929..d22bc44db 100644
--- a/SmartDeviceLink/SDLEnum.h
+++ b/SmartDeviceLink/SDLEnum.h
@@ -14,8 +14,8 @@ typedef NSString* SDLEnum SDL_SWIFT_ENUM;
/**
* Returns whether or not two enums are equal.
*
- * @param enumObj A SDLEnum object
- * @return YES if the two enums are equal. NO if not.
+ * @param enumObj A SDLEnum object
+ * @return YES if the two enums are equal. NO if not.
*/
- (BOOL)isEqualToEnum:(SDLEnum)enumObj;
diff --git a/SmartDeviceLink/SDLLogFileModule.h b/SmartDeviceLink/SDLLogFileModule.h
index 6bd568eb4..aaad78470 100644
--- a/SmartDeviceLink/SDLLogFileModule.h
+++ b/SmartDeviceLink/SDLLogFileModule.h
@@ -30,7 +30,6 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (assign, nonatomic) SDLLogLevel logLevel;
-
/**
This method is unavailable and may not be used.
@@ -66,7 +65,6 @@ NS_ASSUME_NONNULL_BEGIN
*/
+ (instancetype)moduleWithName:(NSString *)name files:(NSSet<NSString *> *)files;
-
/**
Returns whether or not this module contains a given file.
diff --git a/SmartDeviceLink/SDLMetadataType.h b/SmartDeviceLink/SDLMetadataType.h
index e728c6e88..da79a4ac6 100644
--- a/SmartDeviceLink/SDLMetadataType.h
+++ b/SmartDeviceLink/SDLMetadataType.h
@@ -1,3 +1,4 @@
+
//
// SDLMetadataType.h
// SmartDeviceLink-iOS