Implementation of the IDocItemGenerator to remove DocItem from the documentation generation based on Markdown.Exclude.
public sealed class ExcludeGenerator : DefaultDocumentation.Api.IDocItemGenerator
Inheritance System.Object 🡒 ExcludeGenerator
Implements IDocItemGenerator
Fields | |
---|---|
ConfigName | The name of this implementation used at the configuration level. |
Properties | |
---|---|
Name | Gets the name of the generator, used to identify it at the configuration level. |
Methods | |
---|---|
Generate(IDocItemsContext) | Modified the known DocItem of the IDocItemsContext. |