VSdocman parses special XML tags when they are embedded within your comment. These tags enable you to autogenerate a complete, well-formatted documentation from your source code.
XML comments are explained in detail here. For more detail see also overview of commenting.
Supported tags are:
XML Tag |
Meaning |
Main description of member. |
|
Specifies See Also list. |
|
Specifies example. |
|
Describes type parameter for generic member. |
|
Describes function parameter. |
|
Reference to parameter. |
|
Reference to type parameter. |
|
Describes return value. |
|
Remarks. |
|
Author. |
|
Version. |
|
Revision date. |
|
Includes comment from external XML file. |
|
Whether to include source code in documentation. |
|
Specifies compilation condition. |
|
Documents the access of a member |
|
Describe how a type behaves in multi-threaded scenarios. |
|
Describes exception. |
|
User-defined tags. |
|
Value of property. |
|
Paragraph. |
|
Code block. |
|
Inline code. |
|
Inline link. |
|
Bulleted or Numbered list or table. |
|
Picture. |
|
Bold. |
|
Italic. |
|
Undeline. |
|
Line break, newline. |
|
Font color. |