Question

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?

Was it helpful?

Solution

It's a build setting.

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

For details, see MSDN here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top