[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

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

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

[Doxygen-users] Trouble making a pdf file from latex

2013-06-28 Thread Arthur Schwarz
cygwin 1.7.20 GNU Make 3.82.90 doxyrules.make looks alright. Line 29 does have a double command but I can't see that that makes a whole bunch of difference. Any idea what's wrong? (removing the first rule creates a error at line 40). art Make executed in perlmod. The paths are: ./Referenc