-
Notifications
You must be signed in to change notification settings - Fork 13
markdocdocumentation IDocumentation
Denis Akopyan edited this page Mar 6, 2022
·
1 revision
Interface for documentation containers
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
| Type | Name | Methods |
|---|---|---|
bool |
HasInheritDocContains the inheritdoc tag |
get |
string |
InheritDocRefInheritDoc reference |
get |
IReadOnlyDictionary<TagType, IReadOnlyCollection> |
TagsDocumentation tags |
get |
Interface for documentation containers
public abstract IReadOnlyDictionary Tags { get }Documentation tags
public abstract bool HasInheritDoc { get }Contains the inheritdoc tag
public abstract string InheritDocRef { get }InheritDoc reference
Generated with MarkDoc