Class diagrams are great way of showing the structure of your code. In VS 2005 and higher, you can create any number of class diagrams (.cd files). VSdocman allows to place those diagrams anywhere in your documentation, e.g. in namespace description. Sample class diagram may look as follows:

 

Code elements in generated class diagram are clickable and the links navigate to corresponding topic in HTML based output formats (HTML, CHM, Help2).

You can add class diagrams with <img> tag. The best way is to use comment editor. Remember that you can insert only the diagram from current project into XML comment.

See Also