Hi,

I have a .h file with a number of macro definitions like this:

#define testOut 0x0001 /* Comment */

I was using Doxygen 1.7.5.1 and just upgraded to 1.8.9.1 (latest). With the new 
version, the C style comment is included in documentation. I do have a work 
around if I move the comment up one line or in front of the definition:

/* Comment */
#define testOut 0x0001
OR
/* Comment */ #define testOut 0x0001

However I hope this will be fixed in future versions.

Thank you,
Marian Gutica

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to