相关疑难解决方法(0)

Swift 3错误:"另请参见"标注未显示

我刚刚将我的项目迁移到swift 3中,发现"看到"的快速帮助标注没有显示出来.在以前版本的swift中,一切都完美无缺.以下是我的代码

/**
 Adds a See also callout to the Quick Help for a symbol using the See Also delimiter. Multiple See also callouts appear in the description section in the same order as they do in the markup..

 - author: Tapas Pal

 - remark: Use the callout to add references to other information.

 - seealso: [The Swift Standard Library Reference](https://developer.apple.com/library/prerelease/ios//documentation/General/Reference/SwiftStandardLibraryReference/index.html)

 */
class SeeAlsoMarkup: NSObject {
    static func doSomething() {}
}
Run Code Online (Sandbox Code Playgroud)

输出就像

在此输入图像描述

Apple是否通过此标记更改了任何内容?但是它的文档仍然显示相同.

code-documentation ios swift3 xcode8

25
推荐指数
2
解决办法
1183
查看次数

标签 统计

code-documentation ×1

ios ×1

swift3 ×1

xcode8 ×1