开发者

documentation references from xcode

开发者 https://www.devze.com 2022-12-17 20:14 出处:网络
As someone new to C and iPhone development, I\'m making lots of use of the documentation. The \"doc sets\" pull down has only \"iPhone OS3.1\" library selected.

As someone new to C and iPhone development, I'm making lots of use of the documentation.

The "doc sets" pull down has only "iPhone OS3.1" library selected.

However, sometimes when I highlight text in my source - eg "sqrt", right click, and choose "find text in documentation" I get a bunch of "Mac OSX Manual Page" hits, with pages titled "BSD Library Functions Manua开发者_C百科l".

Do I have some configuration setting wrong?

Thanks,


It's not actually in the docs. Use go to edit: declaration to see it. Things like that (e.g. M_PI) are usually pretty self explanatory.

0

精彩评论

暂无评论...
验证码 换一张
取 消