Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Silencing "Documentation issue" warnings in Xcode?

Tags:

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 and wish to not have to alter the original source.

I am running Xcode 8.2.1.

like image 525
Ilias Karim Avatar asked Mar 24 '17 04:03

Ilias Karim


1 Answers

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.)

like image 199
John Avatar answered Oct 14 '22 16:10

John