Hi,

I am documenting a header file that contains, among other enums, two that are 
like the following:

/**
* Represents values describing painting methods.
*/
public enum class PaintMethod
{
    UNDEFINED    ///< An undefined painting method.
};

/**
* Represents values describing drawing methods.
*/
public enum class DrawMethod
{
    UNDEFINED    ///< An undefined drawing method.
};

When I run this header file through doxygen, the html output for each enum's 
UNDEFINED value displays both "An undefined painting method" and "An undefined 
drawing method" (it should display one description for one and the other for 
the other).  I'm guessing that a doxygen process somewhere along the daisy 
chain is choking on the similarity in the names for the enumerated values, and 
any suggested documentation workarounds are appreciated.


Thanks,

Todd Thorner
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to