block diagram of C# project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anybody know about some project analyzer that displays modules and
relations as a block diagram?

GadyC
 
Hi,
Does anybody know about some project analyzer that displays modules and
relations as a block diagram?

GadyC

If you like UML, any good UML tool can do reverse engineering. We use
Enterprise Architect available here:
www.sparxsystems.com.au

HTH,
Laurent
 
GadyC said:
Does anybody know about some project analyzer that displays modules and
relations as a block diagram?

GadyC
I'm using doxygen with Graphviz. It creates class diagrams and
additionally takes your comments out of the sourcecode.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top