logo       

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

text.doxygen.general

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

On Wed, Feb 12, 2003 at 07:23:39PM +0100, Daniel Schnell wrote:
> 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"??

The @name command can be used for this.

Regards,
Dimitri


-------------------------------------------------------
This SF.NET email is sponsored by: FREE SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en


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

News | FAQ | advertise