More documentation improvements

This commit is contained in:
Andreas Linde
2013-09-16 14:13:27 +02:00
parent 9e0db07308
commit d7b334bc3a
5 changed files with 21 additions and 11 deletions

View File

@@ -117,12 +117,12 @@ typedef NS_ENUM(NSUInteger, BITCrashManagerStatus) {
to _YES_.
The current value is always stored in User Defaults with the key
"BITCrashManagerStatus".
`BITCrashManagerStatus`.
If you intend to implement a user setting to let them enable or disable
crash reporting, this delegate should be used to return that value. You also
have to make sure the new value is stored in the UserDefaults with the key
"BITCrashManagerStatus".
`BITCrashManagerStatus`.
@see showAlwaysButton
*/