This will assume
inheritdoc if a symbol has no other code comments.
- Namespace
- Statiq
.CodeAnalysis - Containing Type
- AnalyzeCSharp
Syntax
public AnalyzeCSharp WithImplicitInheritDoc(Config<bool> implicitInheritDoc = null)
Parameters
| Name | Type | Description |
|---|---|---|
| implicitInheritDoc | Config |
If set to true or null, the symbol will inherit documentation comments
if no other comments are provided. |
Return Value
| Type | Description |
|---|---|
| AnalyzeCSharp | The current module instance. |