【发布时间】:2017-09-23 22:04:45
【问题描述】:
假设我有两个班级:
/**
This class should be used together with [Foo]( ??? ).
*/
class Bar {
func doNothing() {}
}
/**
Description of what Foo does goes here.
*/
class Foo {
func doNothing() {}
}
我想从 Bar 在 Xcode 中的快速帮助中创建指向 Foo 或 Foo 的快速帮助的链接。甚至可能吗?如果有,怎么做?
通过查看Apple's docs 和more Apple's docs 可以看出,链接的[name](target) 语法并不符合标准。
【问题讨论】:
-
肯定是一个好帖子,但它没有解决我的问题。
-
以上问题你找到解决办法了吗?
-
没有。我放弃了,我觉得不可能。
-
好像是这样。可惜,我很喜欢:(
标签: swift xcode documentation comments