$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Igor Kholodov (C.JUMP_at_[hidden])
Date: 2005-02-06 10:42:03
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_at_[hidden]
http://cttl.sourceforge.net/