In C# you can document the code you write using XML. C# is the only programming language in Visual Studio 7.0 with this feature. For details on creating an XML file with documentation comments, see the following topics.
For information about | See |
---|---|
The compiler option to use. | /doc (Process Documentation Comments) |
Tags you can use to provide commonly used functionality in documentation. | Tags for Documentation Comments |
The ID strings that the compiler produces to identify the constructs in your code. | Processing the XML File |
How to document a type. | XML Documentation Tutorial |
EnterLinks EnterLinks