Maybe it's an option to just use the copydoc command.
-Original Message-
From: Sebastien Gilles [mailto:sebastien.gil...@inria.fr]
Sent: Freitag, 28. Juni 2013 15:15
To: doxygen-users@lists.sourceforge.net
Subject: [Doxygen-users] Expanding a typedef
Hi,
in my C++ code I hav
and.
>
> -Original Message-
> From: Sebastien Gilles [mailto:sebastien.gil...@inria.fr]
> Sent: Freitag, 28. Juni 2013 15:15
> To: doxygen-users@lists.sourceforge.net
> Subject: [Doxygen-users] Expanding a typedef
>
> Hi,
>
> in my C++ code I have two extremely s
Hi,
in my C++ code I have two extremely similar classes so I implemented a template
implementation class Impl in a Private namespace.
In the public interface two typedefs are defined:
typedef Private::Impl Edge;
typedef Private::Impl Face;
and they truly are all that the user should have to ma