VSdocman Help  

Syntax & Source Code Options

Go to Add-Ins -> VSdocman menu or press VSdocman button on standard toolbar. Options dialog appears. Set Output - Syntax & Source Code page.

 

 

Generate syntax in the following languages

Here you can select which languages will be included in generated syntax section.

Remove attributes from declaration syntax section in documentation

When checked, the syntax code of the member will not contain any attributes, even if they are defined in source code.

Include source code in documentation

Specifies whether the source code will be included in documentation. Options:

Never - source code will be included for no member. The <includesource>/@includesource tag is ignored.

Always - source code will be included for every member. The <includesource>/@includesource tag is ignored.

According to <includesource> tag - source code will be included only for members that have its <includesource> (or @includesource if using @-style comments) tag set to non empty value.

Remove line continuations from source code and join split lines

Only applies to Visual Basic. If checked, all lines in source code that were split by " _" line continuation are reformatted and joined to one line in your documentation. Original source code will remain unchanged.

See Also

@includesource tag | <includesource> tag | VSdocman Options