Documentation warnings w/ Xcode?

asked 2017-03-13 14:46:46 -0600

I'm using a pre-built OpenCV with Xcode, and it's introducing literally hundreds of warnings into my project, all around documentation. Stuff about doxygen trailing comments and parameters missing documentation.

Is there a fix for this? Or perhaps work in progress? It's really annoying.

Really easy to see. Just take prebuilt OpenCV, stick it in a project, and import something like opencv.hpp.

edit retag flag offensive close merge delete

Comments

This must be an issue with your IDE settings, since no other IDE's show this behaviour on my pc ...

StevenPuttemans gravatar imageStevenPuttemans ( 2017-03-14 07:29:13 -0600 )edit

I've got the same issue. I am new to OpenCV. I've downloaded the framework for iOS on the official website, drag and dropped it into my XCode project, linked the library, also linked with AssestsLibrary and CoreGraphics frameworks. The code is running and there are no errors, but I get 106 Documentation Issues and Apple Match-O-Linker Warning

sebajun gravatar imagesebajun ( 2017-03-14 21:30:41 -0600 )edit

@sebajun, please do not post answers, if you have a question or comment, thank you

berak gravatar imageberak ( 2017-03-14 21:34:53 -0600 )edit
1

@berak, sorry, I got that. And I think there's a fix: for documentation warnings, go to Project Build Settings and disable Documentation Comments.

sebajun gravatar imagesebajun ( 2017-03-14 21:59:51 -0600 )edit