AnalyzeCSharp.

WithImplicitInheritDoc(bool) Method

Summary

This will assume inheritdoc if a symbol has no other code comments.
Assembly
Wyam.CodeAnalysis.dll
Namespace
Wyam.CodeAnalysis
Containing Type
AnalyzeCSharp

Syntax

public AnalyzeCSharp WithImplicitInheritDoc(bool implicitInheritDoc = true)

Parameters

Name Type Description
implicitInheritDoc bool If set to true, the symbol will inherit documentation comments if no other comments are provided.

Return Value

Type Description
AnalyzeCSharp The current module instance.
GitHub