|
Add several headlines to some data structures in a @weakgroup section: msg#00050text.doxygen.general
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> |
|---|---|---|
| Previous by Date: | Trying to generate PDFs from a Windows XP machine: 00050, Lynn Flink |
|---|---|
| Next by Date: | Re: HOWTO: CHM: 00050, Iain Buchanan |
| Previous by Thread: | Broken links to external include files via tag filesi: 00050, Tony Colley |
| Next by Thread: | Re: Add several headlines to some data structures in a @weakgroup section: 00050, Dimitri van Heesch |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |