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. |
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.
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 ///.