Controls whether symbol documents for empty namespaces (those that contain
only other namespaces but no other symbols recursively) are output. By default
only namespaces that contain other nested symbols are output.
- Namespace
- Statiq
.CodeAnalysis - Containing Type
- AnalyzeCSharp
Syntax
public AnalyzeCSharp IncludeEmptyNamespaces(Config<bool> includeEmptyNamespaces = null)
Parameters
| Name | Type | Description |
|---|---|---|
| includeEmptyNamespaces | Config |
true to output empty namespaces, false to omit them.
|
Return Value
| Type | Description |
|---|---|
| AnalyzeCSharp | The current module instance. |