-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26cc519
commit 5ec6c34
Showing
17 changed files
with
148 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
[Packages](../../README.md) / [Doki.Abstractions](../README.md) / [Doki](README.md) / | ||
|
||
# DocumentationRoot Class | ||
|
||
## Definition | ||
|
||
Namespace: [Doki](README.md) | ||
|
||
Assembly: [Doki.Abstractions.dll](../README.md) | ||
|
||
Package: [Doki.Abstractions](https://www.nuget.org/packages/Doki.Abstractions) | ||
|
||
--- | ||
|
||
```csharp | ||
public sealed record DocumentationRoot : Doki.DocumentationObject | ||
``` | ||
|
||
Inheritance: [System.Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object) → [DocumentationObject](Doki.DocumentationObject.md) → DocumentationRoot | ||
|
||
Implements: [System.IEquatable<Doki.DocumentationRoot>](https://learn.microsoft.com/en-us/dotnet/api/System.IEquatable<Doki.DocumentationRoot>) | ||
|
||
## Constructors | ||
|
||
| |Summary| | ||
|---|---| | ||
|DocumentationRoot()|| | ||
|
||
|
||
## Properties | ||
|
||
| |Summary| | ||
|---|---| | ||
|EqualityContract|| | ||
|Assemblies|| | ||
|
||
|
||
## Methods | ||
|
||
| |Summary| | ||
|---|---| | ||
|ToString()|| | ||
|PrintMembers(System.Text.StringBuilder)|| | ||
|GetHashCode()|| | ||
|Equals(System.Object)|| | ||
|Equals(Doki.DocumentationObject)|| | ||
|Equals(Doki.DocumentationRoot)|| | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
docs/api/Doki.Abstractions/Doki/Doki.NamespaceDocumentation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
[Packages](../../README.md) / [Doki.Abstractions](../README.md) / [Doki](README.md) / | ||
|
||
# NamespaceDocumentation Class | ||
|
||
## Definition | ||
|
||
Namespace: [Doki](README.md) | ||
|
||
Assembly: [Doki.Abstractions.dll](../README.md) | ||
|
||
Package: [Doki.Abstractions](https://www.nuget.org/packages/Doki.Abstractions) | ||
|
||
--- | ||
|
||
```csharp | ||
public sealed record NamespaceDocumentation : Doki.DocumentationObject | ||
``` | ||
|
||
Inheritance: [System.Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object) → [DocumentationObject](Doki.DocumentationObject.md) → NamespaceDocumentation | ||
|
||
Implements: [System.IEquatable<Doki.NamespaceDocumentation>](https://learn.microsoft.com/en-us/dotnet/api/System.IEquatable<Doki.NamespaceDocumentation>) | ||
|
||
## Constructors | ||
|
||
| |Summary| | ||
|---|---| | ||
|NamespaceDocumentation()|| | ||
|
||
|
||
## Properties | ||
|
||
| |Summary| | ||
|---|---| | ||
|EqualityContract|| | ||
|Name|| | ||
|Description|| | ||
|Types|| | ||
|
||
|
||
## Methods | ||
|
||
| |Summary| | ||
|---|---| | ||
|ToString()|| | ||
|PrintMembers(System.Text.StringBuilder)|| | ||
|GetHashCode()|| | ||
|Equals(System.Object)|| | ||
|Equals(Doki.DocumentationObject)|| | ||
|Equals(Doki.NamespaceDocumentation)|| | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters