Я просто перенес свой проект в swift 3 и обнаружил, что "см. также" выноска для быстрой помощи не отображается. Все было отлично работает в предыдущей версии Quick. Ниже мой код
/**
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() {}
}
И результат похож на
Яблоко что-то изменило с помощью этой разметки? Но doc он все еще показывает то же самое.