My visual studio add-on, AtomineerUtils , will generate and update XmlDoc comments.
It has a set of templates that allow you to specify the exact style (which records are legal for different types of code elements, in what order they are indicated, whether there are empty lines between certain elements and the style of the attached documentation block). It will delete entries that are no longer valid (for example, delete parameters), and add entries for undocumented functions (for example, new parameters or abandoned exceptions), and it will keep the documentation in order using automatic indentation and word wrap.
Thus, using the AU to generate and update your comments, you can very easily provide a specific style and layout for your documentation comments. If you want to use StyleCop to enforce certain documentation rules, AtomineerUtils has the ability to create documentation in a format compatible with StyleCop.
It also makes it so quick and easy to document code that even less desirable programmers on your team will document their code much better.
Jason williams
source share