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

Reply via email to