Silencing “Documentation issue” warnings in Xcode?

前端 未结 2 1046
既然无缘
既然无缘 2020-12-30 03:27

E.g. \'@param\' command used in a comment that is not attached to a function declaration

This warning is valid, however, I am compiling 3rd party code a

2条回答
  •  死守一世寂寞
    2020-12-30 04:20

    I was able to suppress these warnings by going to

    Project -> Build Settings -> Apple LLVM 8.1 - Warnings - All Languages, and switching the "Documentation Comments" to No.

    (To find the setting, I typed "Documentation" into the search box under Build Settings.)

提交回复
热议问题