Summary
Gets or sets a value indicating whether XML documentation files are merged
to produce an XML documentation file for the target assembly.
- Namespace
- Cake
.Common .Tools .ILMerge - Containing Type
- ILMergeSettings
Syntax
public bool XmlDocumentation { get; set; }
Value
Type | Description |
---|---|
bool |
true if XML documentation files are merged; otherwise, false .
|