user1352442
user1352442

Reputation: 61

Add different default and custom tags to Visual Studio XML Documentation

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

Upvotes: 6

Views: 2033

Answers (1)

Dan Busha
Dan Busha

Reputation: 3803

This thread describes a solution for VB, but says that it is not available for C#. Follow the links to vote to have this feature included in the next version of Visual Stuido.

Upvotes: 3

Related Questions