[swift-dev] Documentation

James Campbell james at supmenow.com
Wed Jan 6 13:06:29 CST 2016


Is there a way of improving the documentation and hosting it on Swift
instead of Apple ?

Currently the Array page lists all of the things the class directly
implements but doesn't include any of the methods mixed in by protocol
extensions (i.e all of the methods from CollectionType).

With YardDoc for Ruby it does this, so you know exactly what methods a
class has.

This confused me to no end as some topics here suggest adding ways of
dropping the first X elements and even I have implemented `shift` which I
didn't know already exist albeit under another name.

Would be great if we could improve these documents for the language in an
open source way :)

-- 
 Wizard
james at supmenow.com
+44 7523 279 698
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20160106/2f2700de/attachment.html>


More information about the swift-dev mailing list