Search code examples
continuous-integrationbuild-automationclass-diagramauto-generate

Auto generate class diagram cli tool for CI


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?


Solution

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