Skip to content

markdocdocumentation IDocumentation

Denis Akopyan edited this page Mar 6, 2022 · 1 revision

IDocumentation interface

Description

Interface for documentation containers

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph MarkDoc.Documentation
  MarkDoc.Documentation.IDocumentation[[IDocumentation]]
  class MarkDoc.Documentation.IDocumentation interfaceStyle;
  end
Loading

Members

Properties

Public properties

Type Name Methods
bool HasInheritDoc
Contains the inheritdoc tag
get
string InheritDocRef
InheritDoc reference
get
IReadOnlyDictionary<TagType, IReadOnlyCollection> Tags
Documentation tags
get

Details

Summary

Interface for documentation containers

Properties

Tags

public abstract IReadOnlyDictionary Tags { get }
Summary

Documentation tags

HasInheritDoc

public abstract bool HasInheritDoc { get }
Summary

Contains the inheritdoc tag

InheritDocRef

public abstract string InheritDocRef { get }
Summary

InheritDoc reference

Generated with MarkDoc

Clone this wiki locally