From f7bb142f8604b2fa49dca751971cfcea0b0a96c5 Mon Sep 17 00:00:00 2001 From: Tony Arnold Date: Fri, 7 Aug 2015 13:38:23 +1000 Subject: [PATCH] Remove @param documentation command used with a property, not a method/function --- Classes/BITFeedbackManager.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Classes/BITFeedbackManager.h b/Classes/BITFeedbackManager.h index 6538d29f2e..4eb6fd8cae 100644 --- a/Classes/BITFeedbackManager.h +++ b/Classes/BITFeedbackManager.h @@ -228,7 +228,6 @@ typedef NS_ENUM(NSInteger, BITFeedbackObservationMode) { All NSString-Content in the array will be concatenated and result in the message, while all UIImage and NSData-instances will be turned into attachments. - @param items an NSArray with objects that should be attached @see `[BITFeedbackComposeViewController prepareWithItems:]` */ @property (nonatomic, copy) NSArray *feedbackComposerPreparedItems;