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 have two extreme

Re: [Doxygen-users] Expanding a typedef

2013-06-28 Thread Sebastien Gilles
Thanks for the suggestion; I didn't know copydoc (I use very simple features of Doxygen; I do not know well the subtleties). However, I've given it a try and didn't manage to make it work: I avoided the warning only by writing \copydoc Private::Impl without any template parameter or bracket, b