On 27-Nov-2013 07:42, Ron Wilson wrote: > On Wed, Nov 27, 2013 at 7:12 AM, < > doxygen-users-requ...@lists.sourceforge.net> wrote: > >> Date: Tue, 26 Nov 2013 15:43:27 -0800 >> From: mathog <mat...@caltech.edu> >> >> 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 mat...@caltech.edu Manager, Sequence Analysis Facility, Biology Division, Caltech ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users