Skip to content

Latest commit

 

History

History
357 lines (332 loc) · 123 KB

File metadata and controls

357 lines (332 loc) · 123 KB

DefaultDocumentation.Markdown Assembly

Namespaces

DefaultDocumentation Namespace

DefaultDocumentation.Api Namespace

The DefaultDocumentation.Api namespace contains interfaces that can be used to add custom features to the documentation generation.

DefaultDocumentation.Markdown Namespace

DefaultDocumentation.Markdown.DocItemGenerators Namespace

DefaultDocumentation.Markdown.Elements Namespace

DefaultDocumentation.Markdown.FileNameFactories Namespace

DefaultDocumentation.Markdown.Models Namespace

DefaultDocumentation.Markdown.Sections Namespace

DefaultDocumentation.Markdown.UrlFactories Namespace

  • DocItemFactory Class Handles id for known DocItem.
    • ConfigName Field The name of this implementation used at the configuration level.
    • Name Property Gets the name of the factory, used to identify it at the configuration level.
    • GetUrl(IPageContext, string) Method Gets the url of the given id. Returns null of the instance does not know how to handle the provided id.
  • DotnetApiFactory Class Transforms any id as a dotnet api url.
    • ConfigName Field The name of this implementation used at the configuration level.
    • Name Property Gets the name of the factory, used to identify it at the configuration level.
    • GetUrl(IPageContext, string) Method Gets the url of the given id. Returns null of the instance does not know how to handle the provided id.

DefaultDocumentation.Markdown.Writers Namespace

DefaultDocumentation.Models Namespace


Generated by DefaultDocumentation