[Doxygen-users] C typedef struct generates warning
Brought to you by:
dimitri
From: mathog <ma...@ca...> - 2013-11-21 22:58:31
|
When Doxygen sees documentation like this in a file upmf.h: /** @brief EMF+ manual 2.2.1.1, Microsoft name: EmfPlusBrush Object */ typedef struct { uint32_t Version; //!< EmfPlusGraphicsVersion object uint32_t Type; //!< BrushType Enumeration } U_PMF_BRUSH, *PU_PMF_BRUSH; it shows up in the HTML under upmf.h (like this) struct U_PMF_BRUSH EMF+ manual 2.2.1.1, Microsoft name: EmfPlusBrush Object. More... where the U_PMF_BRUSH instance is a link to a page showing Version and Type documentatoin. There is also a warning: upmf.h:1377: warning: Member PU_PMF_BRUSH (typedef) of file upmf.h is not documented. What does that warning mean? Near as I can tell Doxygen generated the right documentation, so what is Doxygen unhappy about here? Thank you, David Mathog ma...@ca... Manager, Sequence Analysis Facility, Biology Division, Caltech |