From a334952b372e9e77c123c609ca76dad24f258c3f Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Tue, 24 Jul 2012 19:38:02 +0200 Subject: [PATCH] Small documentation fix --- Classes/BITCrashManager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Classes/BITCrashManager.h b/Classes/BITCrashManager.h index c411639bbe..4ae06635ae 100644 --- a/Classes/BITCrashManager.h +++ b/Classes/BITCrashManager.h @@ -198,7 +198,7 @@ typedef enum BITCrashStatus { */ @property (nonatomic, readonly) BOOL didCrashInLastSession; -// will return the timeinterval from startup to the crash in seconds, default is -1 + /** Provides the time between startup and crash in seconds @@ -210,6 +210,7 @@ typedef enum BITCrashStatus { The `BITCrashManagerDelegate` protocol provides some delegates to inform if sending a crash report was finished successfully, ended in error or was cancelled by the user. + *Default*: _-1_ @see didCrashInLastSession @see BITCrashManagerDelegate */