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 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<Private::edge_> Edge; typedef Private::Impl<Private::face_> Face; and they truly are all that the user should have to manipulate. My problem is that I would like to generate a Doxygen documentation which gives the detail of each of these class, and I do not know how to achieve that. Is there a way to force expansion of a typedef, so that Doxygen provides a complete documentation of Edge and Face? (and if possible just this one, not all typedefs throughout my code) Best regards, Sébastien -------------------------------------------------------------------------- ---- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users -- Exit Games | www.exitgames.com | @exitgames <http://twitter.com/exitgames>| +49 40 413 596 0 Executives Christof Wegmann CTO, Wim de Smet CFO Trade Registry / Amtsgericht Hamburg, Germany HRB 85991 ++ Photon Server Realtime Backend: http://j.mp/GetRealtime ++ Photon Cloud Unity Networking Free Trial + Tutorial: http://j.mp/punfree ++ Follow http://twitter.com/exitgames for Photon announcements ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users