VSdocman Help  

General Comment Options

Go to Add-Ins -> VSdocman menu or press VSdocman button on standard toolbar. Options dialog appears. Set Comment - General page.

 

 

Comments that VSdocman recognizes

Select which comments are recognized by VSdocman.

Option Description
None Comments VSdocman ignores any comments.
XML comments VSdocman only recognizes XML comments like in C#. Most of XML comment tags are supported. See also XML Documentation.
Old @-style comments VSdocman only recognizes javadoc @-style comments.
Both types of comments VSdocman recognizes both XML and @-style comments.

 

VB XML comment line prefix

Comment prefix for Visual Basic. To distinguish XML comments from standard comment you must use some unique prefix for XML comments. It must of course start with quote. It is recommended to use three quotes '''. Note, you don't start XML comments with '** line as you do with @-style comments.

C# XML comment line prefix

Comment prefix for C#. To distinguish XML comments from standard comment you must use some unique prefix for XML comments. It must of course start with //. It is recommended to use ///.

 

See Also

VSdocman Options | XML Documentation