you can enter the code 3 slash /// and visual studio automaticalli write an xml template for documentation of the method / class / property.
Then you can enter the project properties. Create tab, Output section, XML documentation file, and enter a file name. It will be built on every build of the project.
You can try NDOC or SandCastle if you don't mind using third-party tools.
source share