Swift 2.0 的 QuickDoc 更改

QuickDoc changes for Swift 2.0

是否有 Swift 2.0 的新文档标准的最终列表?我知道有一些变化,我曾有一个 link 列出了新标准,但我不能好像找到了。

有一个iBook release for Swift 2.0. If you don't want to read that book again as you already did the 1.x book, check out the Xcode 7 beta release notes

我假设您指的是快速帮助或 header 文档,在这种情况下,新标准是 Markdown,与 github 和其他地方使用的一样。 Information about markdown can be found here. Specific to Xcode, there's this blog post, or this 在 Apple 网站上。

还有this,这是 Apple 的 playground markdown 文档,但它仍然适用于快速帮助 markdown。