Faker
Faker copied to clipboard
Project Uses Some Non Standard Documentation
A few spots seem to be off from what the documentation for Swift should be:
-
- returns: ...
to:returns: ...
-
- parameter gender: ...
to:param: gender ...
A good guide on the correct syntax: http://nshipster.com/swift-documentation/
Correct, but this changed in Swift 2 according to Xcode!