pronebird / UIScrollView-InfiniteScroll

UIScrollView ∞ scroll category
MIT License
1.06k stars 148 forks source link

XCode 'Documentation Issue' warnings #60

Closed voltaek closed 7 years ago

voltaek commented 7 years ago

XCode is showing five warnings inside of UIScrollView+InfiniteScroll.m, each of which says "Empty paragraph passed to '@param' command". It seems the documentation on five of the methods in that file declare a parameter and its name, but do not give a description of the parameter.

pronebird commented 7 years ago

Good catch! Indeed missing documentation has to be added to suppress such issues.

musbaalbaki commented 7 years ago

+1

pronebird commented 7 years ago

Fixed in #63