Re: [Doxygen-develop] Fwd: Doxygen feature request
Brought to you by:
dimitri
From: <pau...@no...> - 2011-03-13 17:27:32
|
Hi Sam, Try using ALIASES in your config file, such as: ALIASES = "Type=@par Type\n" \ " DefaultRate =@par DefaultRate \n" \ "id=@par Identity\n" That will put each field in a <simplesect> element in the XML. Paul Ross. > -----Original Message----- > From: ext Sam Price [mailto:the...@gm...] > Sent: 13 March 2011 03:11 > To: dox...@li... > Subject: [Doxygen-develop] Fwd: Doxygen feature request > > If I have a structure class as follows > > /*! @ingroup MESSAGES > * @brief brief description here > * @details detailed description here > * @Type Periodic > * @DefaultRate 1/12 > * @id 8 > */ > The xml that gets generated is > > <detaileddescription> > - > <para> > detailed description here > </para> > - > <para>Periodic 1/12 8 </para> > </detaileddescription> > > I wish it would separate > * @Type Periodic > * @DefaultRate 1/12 > * @id 8 > Into individual xml tags > <id>8</id> > or maybe > <arg name="id">8</arg> > > Is there a way to do this? > If not could someone implement it, or direct me to the files in the > doxygen code to change/update and Ill make the change? > -- > Thank you, > > Sam Price > (707) 742-3726 > > ----------------------------------------------------------------------- > ------- > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop |