Re: [Doxygen-develop] Doxygen and /*!*****
Brought to you by:
dimitri
From: Dimitri V. H. <do...@gm...> - 2008-07-27 11:25:29
|
Hi John, I would find /*!****** acceptable indeed. /*********** gives too many false positives on legacy code, so that's not supported. Something that already works is /*********************//*! Hello there ************************/ But it has the side-effect that it shows /*******************/ in the source browser output... So please submit a bug report with severity set to enhancement for it, and then attach the patch. Regards, Dimitri On 25 jul 2008, at 15:53, John Tapsell wrote: > Hi all, > > Would it be possible to add support for comments like > > /*!*********************************** > Hello there! > ***************************************/ > > > It don't think it would break anything to support these types of > comments, and I can write a small patch to do this if I know such a > change would be considered? > > Thanks > > John Tapsell > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop |