Quick help not picking up ivars
Quick help not picking up ivars
- Subject: Quick help not picking up ivars
- From: Johan Lund <email@hidden>
- Date: Mon, 10 May 2010 12:14:43 +0200
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 = ...
However if I also create a public property for it and document that, quick help is able to pick up in it if I use dot notation like this:
self.variable = ...
Option-Command-dbl-clicking on it always brings me to the correct doxygen generated api section.
Is this a lack of feature, intended, bug or am I missing something?
_______________________________________________
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