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 @-style tag is @includesource.

Syntax

<includesourcecode>yes</includesourcecode>

Example:

    '''<summary>Our sample property.</summary>
'''<includesource>yes</includesource>
Property prop1() As String

See Also

Source code options | @includesource tag