NAnt SDK Documentation - v0.92

CscTask.SupportsDocGeneration Property

Specifies whether the compiler for the active target framework supports generation of XML Documentation file. The default is true.

[Visual Basic]
<FrameworkConfigurable(Name:="supportsdocgeneration", Required:=False, ExpandProperties:=True)>
Public Property SupportsDocGeneration As Boolean
[C#]
[FrameworkConfigurable(Name="supportsdocgeneration", Required=False, ExpandProperties=True)]
public bool SupportsDocGeneration {get; set;}

See Also

CscTask Class | NAnt.DotNet.Tasks Namespace