Frank,

What happens in the current version (1.8.13). when persistent add a minimal
example showing the problem or file a bug report a bug report on bugzilla (
https://bugzilla.gnome.org/enter_bug.cgi?product=doxygen) with a, minimal,
self-contained example (source+config file in a tar or zip) that allows us
to reproduce the problem.

Albert

On Wed, Jan 25, 2017 at 3:34 PM, Frank Mehnert <frank.mehn...@gmail.com>
wrote:

> Hi,
>
> I define a macro like
>
>   "FOO(x)=virtual ~x();"
>
> to be able to create an empty virtual destructor of a C++ class. However,
> the expanded text of
>
>   FOO(bar)
>
> is
>
>   ~  bar  ();
>
> Doxygen adds spaces before and after macro arguments which is not
> appreciate
> in cases like this because "~  bar" is not considered a destructor (at
> least
> not from Doxygen itself).
>
> Is there some reason to suppress adding these spaces?
>
> I'm using Doxygen 1.8.12.
>
> Thanks,
>
> Frank
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to