Summary
By default, XML documentation comments are not parsed and rendered for documents that are not part
of the initial result set. This can control that behavior and be used to generate documentation
metadata for all documents, regardless if they were part of the initial result set.
Syntax
public AnalyzeCSharp WithDocsForImplicitSymbols(bool docsForImplicitSymbols = true)
Parameters
Name |
Type |
Description |
docsForImplicitSymbols |
bool |
If set to true , documentation metadata is generated for XML comments on all symbols. |
Return Value