I am just learning how to use the XML documentation capabilities in visual studio and C#.
The default XML tags used in the documentation are "summary", "param name", and "returns".
I'd like to add "remarks" to the default tags. I'd also like to add custom tags.
I've looked through MSDN, the XML documentation tutorials, and stackoverflow and haven't found the way to do this. Any suggestions are much appreciated, and thanks!
Mark