Re: [Doxygen-users] Alias defgroup?
Brought to you by:
dimitri
From: mathog <ma...@ca...> - 2013-11-27 18:51:48
|
On 27-Nov-2013 07:42, Ron Wilson wrote: > On Wed, Nov 27, 2013 at 7:12 AM, < > dox...@li...> wrote: > >> Date: Tue, 26 Nov 2013 15:43:27 -0800 >> From: mathog <ma...@ca...> >> >> Part 1: >> >> This defgroup is defined (it is for a type of metafile) in file >> uemf.h: >> >> /** \defgroup U_EMF_LOGBRUSH_lbStyle_Qualifiers EMF LB_Style >> Enumeration ... >> >> /* BrushStyle Enumeration WMF manual 2.1.1.4 >> Same as "EMF LB_Style Enumeration" in uemf.h >> */ ... >> So how does one tell Doxygen that "BrushStyle Enumeration" as some >> sort >> of alias >> for the first enumeration? > Your enumeration could be expressed as an "enum" type, optionally using > one > or more "typedef"s to declare variables that use the enumeration. I was hoping for the one or two line tag to add to the doxygen documentation in the include file, rather than the thousand line rewrite of both the include files and all the code that uses them. Since Doxygen must have somewhere a data representation for U_EMF_LOGBRUSH_lbStyle_Qualifiers <- EMF LB_Style Enumeration it seemed likely that somewhere in its large set of commands Doxygen would have one that would result in U_EMF_LOGBRUSH_lbStyle_Qualifiers <- EMF LB_Style Enumeration U_EMF_LOGBRUSH_lbStyle_Qualifiers <- WMF BrushStyle Enumeration Regards, David Mathog ma...@ca... Manager, Sequence Analysis Facility, Biology Division, Caltech |