ISandcastleProject.WarnOnMissingSourceContext Property
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
This is used to get or set whether or not to issue a warning if a source code context could not be determined for a type.
bool WarnOnMissingSourceContext { get; set; }
Property Value
- bool
This is false by default and missing source context issues will be reported as informational messages. If set to true, they are reported as warnings that MSBuild will also report.