skywinder / ActionSheetPicker-3.0

Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
http://skywinder.github.io/ActionSheetPicker-3.0
BSD 3-Clause "New" or "Revised" License
3.4k stars 740 forks source link

Warnings in Xcode 8.3 (Swift 3.1) #339

Closed AnthonyMDev closed 6 years ago

AnthonyMDev commented 7 years ago
    - WARN  | xcodebuild:  ActionSheetPicker-3.0/Pickers/ActionSheetLocalePicker.h:46:24: warning: empty paragraph passed to '@param' command [-Wdocumentation]
    - WARN  | xcodebuild:  ActionSheetPicker-3.0/Pickers/ActionSheetLocalePicker.h:43:12: warning: parameter 'data' not found in the function declaration [-Wdocumentation]
    - WARN  | xcodebuild:  ActionSheetPicker-3.0/Pickers/ActionSheetMultipleStringPicker.h:45:24: warning: empty paragraph passed to '@param' command [-Wdocumentation]
    - WARN  | xcodebuild:  ActionSheetPicker-3.0/Pickers/ActionSheetMultipleStringPicker.h:43:12: warning: parameter 'index' not found in the function declaration [-Wdocumentation]
    - NOTE  | xcodebuild:  ActionSheetPicker-3.0/Pickers/ActionSheetMultipleStringPicker.h:43:12: note: did you mean 'indexes'?
    - WARN  | xcodebuild:  ActionSheetPicker-3.0/Pickers/ActionSheetStringPicker.h:42:24: warning: empty paragraph passed to '@param' command [-Wdocumentation]