NAnt SDK Documentation - v0.92 |
|
VbcTask.SupportsDocGeneration Property
Specifies whether the compiler for the active target framework supports generation of XML Documentation file. The default is false.
[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
VbcTask Class | NAnt.DotNet.Tasks Namespace