Re: [Doxygen-users] (no subject)
Brought to you by:
dimitri
|
From: Roberto T. <rti...@3d...> - 2004-07-09 11:19:16
|
At 12.43 09/07/2004, you wrote:
>Hi,
>
>I am trying to group a set of #define statements, due to a general
>comment for them. In addition these statements also have individual
>comments. Does this cause problems?
>I am asking because the specific comments appear in the header for the
>statements in the html documentation, as well as where they are supposed
>to be, and the general comment does not appear anywhere.
>
>To clarify:
>/*@{*/
>/**General comment, applies to all following #define statements*/
>#define xxx /**Specific comment1*/
>#define yyy /**Specific comment2*/
>#define etc. /**Specific commentN*/
>/*@}*/
Use /**< Specific comment1 */ to assign this comment to the
specified define.
>I am also having problems grouping functions in different header files.
>I have tried using @defgroup in one and @addtogroup in the other header
>file, also tried @addtogroup in both, as well as @defgroup in one and
>@ingroup in the other.
>The only output I get is for the header file in which I have used
>@defgroup, even if I change this to @addtogroup.
>What should I use to manage?
I use @defgroup into one file and @ingroup into all functions and
parts to add to that group... but I probably misunderstood what you're
looking for...
Roberto Tirabassi.
=============================================
Roberto Tirabassi (rti...@3d...)
"I think (I doubt) therefor I am is not a reversible equation" (Descartes)
3D Informatica, S.Lazzaro di Savena, Bologna, Italy
Phone +39 051 VOICE 450844, FAX 451942
WWW -> http://www.3di.it, FTP -> ftp.3di.it
On Line Support -> http://www.3di.it/manuali/
User Support -> https://cesare.3di.it/h3/rh3/a3di_attivita/fSegnalazione
3D Informatica, Roma, Italy
Phone +39 06 8840309
WWW -> http://www.highwaytech.it
This mail is virus free due to Norton Antivirus.
============================================= |