标签: objective-c xcode code-documentation
我为代码添加了以下注释,并带有反引号:
/** Checks if the given data is of type `list`. */ + (BOOL)isList:(id)object { // .. }
但反引号的显示方式与Xcode快速帮助中的一样:
如何获取Xcode以显示格式正确的代码?在记录Swift源代码时效果很好。