logo       

Add several headlines to some data structures in a @weakgroup section: msg#00050

text.doxygen.general

Subject: Add several headlines to some data structures in a @weakgroup section

Hi,

I have a headerfile with different "sections" that I defined myself because
I don't like the default behaviour of doxygen.

So I made the following:


/** @weakgroup functions_classes */
/** @{ */


void blah1(void);
void blah2(void);
void blah3(void);
void blah4(void);

/** @} */
/** @weakgroup defines */
/** @{ */

#define WIN_CSR_NUMGADS 10

#define GAD_CSR_OPLIST 1
#define GAD_CSR_PREVIEW 2
#define GAD_CSR_LENGTH 3

/** @} */


Ok. Now I want the defines to get formatted better, i.e. each "define group"
gets its own headline. So I tried something like this:

/// @par CSR WIN gadgets
#define WIN_CSR_NUMGADS 10

/// @par CSR GAD gadgets
#define GAD_CSR_OPLIST 1
#define GAD_CSR_PREVIEW 2
#define GAD_CSR_LENGTH 3
#define GAD_CSR_EINZELBILD 4
#define GAD_CSR_INFO 5


But this does not give the results that I wanted: doxygen produces bold
brief explanations just for the following defines.

How could I get a real headline for each "define group"??

Ciao & best regards,

Daniel.



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise