Generating HTML Help files based on XML documentation
- by geekrutherford
Since discovering the XML commenting features built into .NET years ago I have been using it to help make my code more readable and simpler for other developers to understand exactly what the code is doing.
Entering /// preceding a line of code causes Visual Studio to insert "summary" tags. It also results in additional tags being generated…