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 Miscellanous options. If it contains non empty string, the code will be included, otherwise (if not used) not.
Syntax
@includesourcecode yes
Example:
'** 'Returns score for specified turn. ' '@includesourcecode yes Public Function evaluateTurn(ByVal x As Integer, ByVal y As Integer) As Integer End Function.