I'm currently working on a C# project and VisualAssist generates these fancy /// <summary></summary>
comments for me and I've been using them do document my code.
I assume there must be a way to use these comments to create HTML documentation like those done by Doxygen or Javadoc. How do I do that?