VSdocman Help  

@includesource Tag

Specifies whether the source code should be included in documentation. It has only meaning if Include source code in documentation option is set to According to @sourcecode tag in Source code options. If it contains non empty string, the code will be included, otherwise (if not used) not. Equivalent XML tag is <includesource>.

Syntax

@includesourcecode yes

Example:

    '**
'Our sample property.
'@includesource yes
Property prop1() As String

See Also

Source code options | <includesource> tag