From ddb8b69ada676a468d2628e81586fe6bdd104aed Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Mon, 28 Jan 2013 18:36:53 +0100 Subject: [PATCH] Small documentation improvements --- Classes/BITHockeyManager.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Classes/BITHockeyManager.h b/Classes/BITHockeyManager.h index e2f69f85c5..7c5778c386 100644 --- a/Classes/BITHockeyManager.h +++ b/Classes/BITHockeyManager.h @@ -179,12 +179,13 @@ /** Reference to the initialized BITCrashManager module + + Returns the BITCrashManager instance initialized by BITHockeyManager @see configureWithIdentifier:delegate: @see configureWithBetaIdentifier:liveIdentifier:delegate: @see startManager @see disableCrashManager - @return The BITCrashManager instance initialized by BITHockeyManager */ @property (nonatomic, strong, readonly) BITCrashManager *crashManager; @@ -206,11 +207,12 @@ /** Reference to the initialized BITUpdateManager module + Returns the BITUpdateManager instance initialized by BITHockeyManager + @see configureWithIdentifier:delegate: @see configureWithBetaIdentifier:liveIdentifier:delegate: @see startManager @see disableUpdateManager - @return The BITUpdateManager instance initialized by BITHockeyManager */ @property (nonatomic, strong, readonly) BITUpdateManager *updateManager; @@ -232,11 +234,12 @@ /** Reference to the initialized BITFeedbackManager module + Returns the BITFeedbackManager instance initialized by BITHockeyManager + @see configureWithIdentifier:delegate: @see configureWithBetaIdentifier:liveIdentifier:delegate: @see startManager @see disableFeedbackManager - @return The BITFeedbackManager instance initialized by BITHockeyManager */ @property (nonatomic, strong, readonly) BITFeedbackManager *feedbackManager; @@ -263,8 +266,8 @@ Flag that determines whether the application is installed and running from an App Store installation. - @return YES if the app is installed and running from the App Store - @return NO if the app is installed via debug, ad-hoc or enterprise distribution + Returns _YES_ if the app is installed and running from the App Store + Returns _NO_ if the app is installed via debug, ad-hoc or enterprise distribution */ @property (nonatomic, readonly, getter=isAppStoreEnvironment) BOOL appStoreEnvironment;