views:

248

answers:

1

I have been using XML comments to document my source code in VB.Net (and C# when I get to). I seem to remember someone telling me a long time ago that there was a way to automatically export the XML comments into a text document or other format for easy reference outside of Visual Studio. Is there? What is it, or are they?

Thank you in advance.

+4  A: 

It's a build setting.

Go into the project properties pages, and turn on "Generate XML Documentation".

For details, see MSDN here.

Reed Copsey
I just knew it was something easy I was missing. Thanks!
IPX Ares