From 141d9e58902b78dad19974e37ed72798b8309f68 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Sun, 22 Jul 2012 21:21:41 +0200 Subject: [PATCH] Fix documentation formatting issue --- Classes/BITCrashManagerDelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BITCrashManagerDelegate.h b/Classes/BITCrashManagerDelegate.h index d632ed325f..96f5dce131 100644 --- a/Classes/BITCrashManagerDelegate.h +++ b/Classes/BITCrashManagerDelegate.h @@ -73,7 +73,7 @@ ///----------------------------------------------------------------------------- /** Invoked before the user is asked to send a crash report, so you can do additional actions. - E.g. to make sure not to ask the user for an app rating :) + E.g. to make sure not to ask the user for an app rating :) @param crashManager The `BITCrashManager` instance invoking this delegate */