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.

Syntax

<includesourcecode>yes</includesourcecode>

Examples

Visual Basic

''' <summary>Our sample property.</summary>

''' <includesource>yes</includesource>

Property prop1() As String

C#

/// <summary>Our sample property.</summary>

/// <includesource>yes</includesource>

public string prop1

 

See Also

Source code options