AnalyzeCSharp.

WithDocsForImplicitSymbols(bool) Method

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.
Assembly
Wyam.CodeAnalysis.dll
Namespace
Wyam.CodeAnalysis
Containing Type
AnalyzeCSharp

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

Type Description
AnalyzeCSharp The current module instance.
GitHub