WithDocsForImplicitSymbols(Config<bool>) Method
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.
Namespace
Statiq.CodeAnalysis
Containing Type
AnalyzeCSharp

Syntax

public AnalyzeCSharp WithDocsForImplicitSymbols(Config<bool> docsForImplicitSymbols = null)

Parameters

Name Type Description
docsForImplicitSymbols Config<bool> If set to true or null, documentation metadata is generated for XML comments on all symbols.

Return Value

Type Description
AnalyzeCSharp The current module instance.