Auto generate class diagram cli tool for CI

517 Views Asked by At

We just finished a webservice and I just created a SHFB project file to generate chm and html documentation (with auto inserted example code snippets!) being build on a TeamCity server. The last thing I need, is a tool to auto generate a class diagram (with associations!) based on a namespace, class names or similar (C#). Any thoughts?

1

There are 1 best solutions below

1
On BEST ANSWER

Doxygen supports generating class diagrams (at least for C++), try it out.