VB2005 Tips and Tricks – part 2

Create XML Documentation for Your Code

Add ”’ before a sub or function, complete the fields, compile and see the xml file in your bin folder. Use NDoc or any other similar program to consume that xml file and create the xml documentation

Comments are closed.