Xcode无法为Objective-C代码正确格式化文档注释

时间:2019-04-29 17:30:53

标签: objective-c xcode code-documentation

我为代码添加了以下注释,并带有反引号:

/** Checks if the given data is of type `list`. */
+ (BOOL)isList:(id)object {
    // ..
}

但反引号的显示方式与Xcode快速帮助中的一样:

enter image description here

如何获取Xcode以显示格式正确的代码?在记录Swift源代码时效果很好。

0 个答案:

没有答案