Remove @param documentation command used with a property, not a method/function

This commit is contained in:
Tony Arnold
2015-08-07 13:38:23 +10:00
parent 7e9ffd35ea
commit f7bb142f86

View File

@@ -228,7 +228,6 @@ typedef NS_ENUM(NSInteger, BITFeedbackObservationMode) {
All NSString-Content in the array will be concatenated and result in the message, 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. while all UIImage and NSData-instances will be turned into attachments.
@param items an NSArray with objects that should be attached
@see `[BITFeedbackComposeViewController prepareWithItems:]` @see `[BITFeedbackComposeViewController prepareWithItems:]`
*/ */
@property (nonatomic, copy) NSArray *feedbackComposerPreparedItems; @property (nonatomic, copy) NSArray *feedbackComposerPreparedItems;