
Vasco Lohrenscheit wrote:
I'm currently in the situation to document a heavy templated class design (generic with templated policies and partial specializations, but nothing too exotic like boost::mpl ;-). I always prefer graphical UML like class diagrams to describe the basic design. Now I wonder if there are any good graphical representations for templated code but haven't found anything on this with a quick google search.
You may try latst version of doxygen http://www.stack.nl/~dimitri/doxygen/ which uses graphviz drawing kit, http://www.research.att.com/sw/tools/graphviz/ Doxygen now supports template partial specialization in produced diagrams the way you expect. Regards, Igor Kholodov cttl@users.sourceforge.net http://cttl.sourceforge.net/