Small documentation fix

This commit is contained in:
Andreas Linde 2012-07-24 19:38:02 +02:00
parent 840432acc1
commit a334952b37

View File

@ -198,7 +198,7 @@ typedef enum BITCrashStatus {
*/ */
@property (nonatomic, readonly) BOOL didCrashInLastSession; @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 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 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. a crash report was finished successfully, ended in error or was cancelled by the user.
*Default*: _-1_
@see didCrashInLastSession @see didCrashInLastSession
@see BITCrashManagerDelegate @see BITCrashManagerDelegate
*/ */