NAnt SDK Documentation - v0.92 |
|
VbcTask.DocFile Property
The name of the XML documentation file to generate. Only supported when targeting .NET 2.0 (or higher).
[Visual Basic]
<TaskAttribute(Name:="doc", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property DocFile As
FileInfo
[C#]
[TaskAttribute(Name="doc", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo DocFile {get; set;}
Remarks
Corresponds with the /doc:
flag.
See Also
VbcTask Class | NAnt.DotNet.Tasks Namespace