Doxygen & QuickHelp
Doxygen & QuickHelp
- Subject: Doxygen & QuickHelp
- From: Johan Lund <email@hidden>
- Date: Fri, 7 May 2010 13:45:04 +0200
Is it possible to get quickhelp for a documented ivar in xcode? In my header file I have this:
UIToolbar *toolbar; /**< Application toolbar */
Then in my implementation file I have something like this:
[toolbar setItems:[self editingToolbarButtonItems] animated:YES];
But when I hover over "toolbar" quickhelp says "Documentation not found".
The documentation for "toolbar" does show up in the developer documentation if I option+command+double click it. It's just quickhelp that isn't picking it up.
/Johan |
_______________________________________________
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