My tool to process a large code-base and detect dependencies between
projects is up and running... you get a separate doxygenation of each
project with TAG-linking of dependencies.

One feature not done is generating a front page listing all the
different projects that are documented. As a list with a link to each
index.html, this is very easy. But since I build up in memory a
dependency graph between projects, I wondered if I could (easily)
render this diagramatically as a useful high-level understanding of
the code-base.

I had thought I could spit out some dummy C++ classes for each
project, holding instances or deriving from dependency projects, and
doxygenate this... that kind of thing. But it seems that in theory,
calling dot directly would be better... however I know nothing about
dot whatsoever and I'm really only interested in what's quickest to
code as this is a bonus feature.

Any suggestions?

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to