Whats with the XML comments that are put in by default? Is there something like javadoc (automated documentation based on comments)? If so, how do you use it?
Printable View
Whats with the XML comments that are put in by default? Is there something like javadoc (automated documentation based on comments)? If so, how do you use it?
What do you mean by use them and what do you intend to do ?
It's the /// with /doc:filename switch where filename is of your choice. Can't tell much as I don't know C# but see this.
also look in the Tools menu, the Build Comment Web Pages option
NDoc, and I'd guess other tools, can be used to convert those XML documentation files to various formats, including what you see in the VS help. VB.NET 2005 adds the same capability using three single quotes instead of three slashes.