logo       

Duplicate headings in the treeview TOC: msg#00090

text.doxygen.general

Subject: Duplicate headings in the treeview TOC

Hi,

I'm documenting C with doxygen, and I'm getting duplicate headings in the
treeview TOC. I think this is caused by the fact that I am grouping defines,
etc in my own groups, but doxygen groups them too. I want to make sure the
doxygen titles don't appear in the TOC.

Any ideas?

In the TOC, I'm getting:

Modules
|----Exceptions
|----Defines
|-----NO_ERROR

What I want is:

Modules
|----Exceptions
|-----NO_ERROR


I use TOC_EXPAND=YES to list everything in the TOC.

In the code, I have:

/**
* @defgroup error Exceptions
*
* These are exceptions
* */

/**
* \brief No error
* @ingroup error
*/
#define NO_ERROR 0 /* No error */


Thanks a lot,

Carla


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp


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

News | FAQ | advertise