say I have a structure in a .h file. /*! The structure holds information.....*/
typedef struct
{
UINT32 time; /*!<start time */
float rate; /*!<200, 500 or 1200*/
}RECPP;
I got pdf output like this: 2.2 RECPP Structure Reference
2.2.1 public Attribute
UINT32 time
float rate
2.2.2 Member Data Documentation
2.2.2.1 float rate
200,500 or 1200
2.2.2.2 UINT32 time
start time
.....
My question is can I have a different output format, say having both public
attribute and member data documentation in the same line (save a lot space and
easy to read for my case). How should I change the doxygen configuration file
to do this? Thanks a lot.LJ
------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users