views:

428

answers:

1

I've recently began using C++ with XCode and I'm starting to miss the integrated documentation that is available for Objective-C. I know that there is a way to generate documentation sets using Doxygen, but a readily available bundle would certainly be preferable...

Is there an easy way to get XCode to search at least the standard C++ library documentation?

A: 

Hi Adam,

Using Doxygen is probably the easiest. The docs are quite straighforward and simple. Did you give it a shot?

In looking at the other docs it looks like it should be there already. I was surprised it wasn't.

rh0dium