-
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.
* Doki.Output.ClassLibrary concept * support dependency injection for output types * output loading * refactor outputs * doki output extensions concept * output registration * fixes * output options provider * output options provider * OutputDirectory parsing * cleanup * fixes * generate docs * introduce OutputOptions record instead of interface * fixes * clear output directory before generations * docs * update config schema * class library output project generation * generate class lib concept * class library generation concept * class library generation * fixes * remove documentation content abstractions * remove documentation object abstractions * add more flexibility to output writing * refactor markdown output * fiixes * fixes & generate docs * fix snapshot tests * remove generated class library from solution * refactor type documentation * fixes * generate docs * class library output * class library output generation * class library output * remove ClassLibraryOutput
- Loading branch information
1 parent
078de88
commit c93320e
Showing
88 changed files
with
1,153 additions
and
761 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
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
50 changes: 0 additions & 50 deletions
50
docs/api/Doki.Output.Abstractions/Doki.Output/Doki.Output.DefaultOutputOptions.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.