Doxygen - how to avoid repeating myself?
Doxygen - how to avoid repeating myself?
- Subject: Doxygen - how to avoid repeating myself?
- From: Sherm Pendley <email@hidden>
- Date: Thu, 23 Jul 2009 11:36:09 -0400
At various points in some code I'm writing, I have groups of related
methods. For doxygen, I create groups with:
/** @name GroupName */
/** @{ */
/**
Some comments about this group of methods
*/
/** @} */
Unfortunately, if I want the group name to appear in Xcode's symbols
drop-down list, I have to repeat the group name in a #pragma:
#pragma mark GroupName
Any ideas how I might avoid having to repeat myself this way?
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net
_______________________________________________
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