SkygearIO / skygear-SDK-iOS

Skygear SDK for iOS
https://skygear.io
Other
10 stars 28 forks source link

Fixing warnings generated from class doc #123

Open cheungpat opened 7 years ago

cheungpat commented 7 years ago

The travis build log is kinda long. Most of the build log looks like this:

▸ Compiling SKYAuthContainer+Facebook.m
⚠️  /Users/travis/build/SkygearIO/skygear-SDK-iOS/Pod/Classes/SKYRecord.h:48:9: parameter 'recordType' not found in the function declaration [-Wdocumentation]
 @param recordType Record type of the record.
        ^~~~~~~

It is likely that the method declaration has changed but the doc is not updated to reflect the parameter name change. I think we can handle this in the housekeeping milestone.

cheungpat commented 7 years ago

interested to do this? @Steven-Chan