【发布时间】:2017-08-16 22:00:28
【问题描述】:
例如
'@param' command used in a comment that is not attached to a function declaration
这个警告是有效的,但是,我正在编译第 3 方代码并且希望不必更改原始源代码。
我正在运行 Xcode 8.2.1。
【问题讨论】:
标签: xcode documentation warnings
例如
'@param' command used in a comment that is not attached to a function declaration
这个警告是有效的,但是,我正在编译第 3 方代码并且希望不必更改原始源代码。
我正在运行 Xcode 8.2.1。
【问题讨论】:
标签: xcode documentation warnings
【讨论】:
我能够通过转到
来抑制这些警告项目 -> 构建设置 -> Apple LLVM 8.1 - 警告 - 所有语言, 并将“文档注释”切换为 否。
(为了找到设置,我在构建设置下的搜索框中输入了“文档”。)
【讨论】: