Quote Originally Posted by Sgt-Peppa
This is a list of recommended Xml-Tags you can use inside your applications to document your code.
http://msdn2.microsoft.com/library/5...us,vs.80).aspx
I think there are a couple more, I can post a complete list tomorrow.

Stephan
Stephan,

Thanks for that. I have to say that I already know what tags can be used, what I am really asking is how do you, or even can you, modify what is inserted automatically when you type /// above a Function/Definition etc.

For example, I want the automatically generated XML comments to include
Code:
///<remarks>
///
///</remarks>
I realise I could type this in manually quite easily, but what you don't realise is that I am incredibly lazy and quite forgetfull, so I want VS2005 to do it for me!

Hope this clarifys my question.