Re: Quick help not picking up ivars
Re: Quick help not picking up ivars
- Subject: Re: Quick help not picking up ivars
- From: Jens Alfke <email@hidden>
- Date: Mon, 10 May 2010 08:46:35 -0700
On May 10, 2010, at 3:14 AM, Johan Lund wrote:
> I have documented an ivar called "myVariable" and generated documentation for it using doxygen.
> When using the variable like this directly, quick help does not display documentation for it:
> myVariable = …
Instance variables aren’t part of a class’s API, so I don’t think Xcode’s doc parser will notice them. Properties, however, are.
> Option-Command-dbl-clicking on it always brings me to the correct doxygen generated api section.
I don’t know what Opt-Cmd does, but Cmd-double-click jumps to the implementation of a symbol, so that may be what’s going on here.
—Jens
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden