From 9b755f3982373cf07194dcbc1ea26d1ed400d551 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Sun, 22 Jul 2012 21:42:40 +0200 Subject: [PATCH] Fix small documentation errors --- Classes/BITCrashManagerDelegate.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Classes/BITCrashManagerDelegate.h b/Classes/BITCrashManagerDelegate.h index 8de889d824..045550bdc1 100644 --- a/Classes/BITCrashManagerDelegate.h +++ b/Classes/BITCrashManagerDelegate.h @@ -39,13 +39,13 @@ ///----------------------------------------------------------------------------- -/// @name Configuration +/// @name Privacy ///----------------------------------------------------------------------------- -/** Return YES if you the crash reporting module should be disabled +/** Return YES if the crash reporting module should be disabled The crash reporting module is enabled by default. Implement this delegate and - return NO if you want to disable it. + return YES if you want to disable it. 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. @@ -77,7 +77,7 @@ -/** Define the users email address that should be send along each crash report +/** Return the users email address that should be send along each crash report @param crashManager The `BITCrashManager` instance invoking this delegate @warning When returning a non nil value, crash reports are not anonymous any