Re: [Doxygen-users] Expanding a typedef

2013-06-28 Thread Stefan Ludewig
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

Re: [Doxygen-users] Expanding a typedef

2013-06-28 Thread Sebastien Gilles
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

[Doxygen-users] Expanding a typedef

2013-06-28 Thread Sebastien Gilles
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