Hello folks,

I am just wondering if it is somehow possible to create a list in the 
doxygen for multiple #defines, but without having to @brief each of them 
separately.
Here's an example:


     /**
      * @brief   Some basic colors
      */
     #define White         HTML2COLOR(0xFFFFFF)
     #define Black          HTML2COLOR(0x000000)
     #define Gray           HTML2COLOR(0x808080)
     #define Grey           Gray
     #define Blue            HTML2COLOR(0x0000FF)
     #define Red             HTML2COLOR(0xFF0000)


What I would like to get now is a doxygen entry named "colors" with a 
list of all these defines. Is that possible?


Kind regards,

~ Joel Bodenmann

------------------------------------------------------------------------------
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