Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed May 5, 2024
1 parent a7a2c11 commit 482202d
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public interface IOutput

| |Summary|
|---|---|
|BeginAsync(System.Threading.CancellationToken)||
|EndAsync(System.Threading.CancellationToken)||
|WriteAsync(Doki.ContentList, System.Threading.CancellationToken)|Writes the content list to the output.|
|WriteAsync(Doki.TypeDocumentation, System.Threading.CancellationToken)|Writes the type documentation to the output.|

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[Packages](../../README.md) / [Doki.Output.Abstractions](../README.md) / [Doki.Output](README.md) /

# OutputOptionsExtensions Class

## Definition

Namespace: [Doki.Output](README.md)

Assembly: [Doki.Output.Abstractions.dll](../README.md)

Package: [Doki.Output.Abstractions](https://www.nuget.org/packages/Doki.Output.Abstractions)

---

```csharp
public static class OutputOptionsExtensions
```

Inheritance: [System.Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object) → OutputOptionsExtensions

## Methods

| |Summary|
|---|---|
|ClearOutputDirectoryIfRequired<T>(OutputOptions<T>)||


Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Implements: [IEquatable<Doki.Output.OutputOptions<T>>](https://learn
|---|---|
|EqualityContract||
|OutputDirectory||
|ClearOutput||


## Methods
Expand Down
1 change: 1 addition & 0 deletions docs/api/Doki.Output.Abstractions/Doki.Output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

- [IOutput](Doki.Output.IOutput.md)
- [OutputOptions<T>](Doki.Output.OutputOptions_1.md)
- [OutputOptionsExtensions](Doki.Output.OutputOptionsExtensions.md)


Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Implements: [IOutput](../../Doki.Output.Abstractions/Doki.Output/Doki.Output.IOu

| |Summary|
|---|---|
|BeginAsync(System.Threading.CancellationToken)||
|WriteAsync(Doki.ContentList, System.Threading.CancellationToken)||
|WriteAsync(Doki.TypeDocumentation, System.Threading.CancellationToken)||

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Implements: [IOutput](../../Doki.Output.Abstractions/Doki.Output/Doki.Output.IOu

| |Summary|
|---|---|
|BeginAsync(System.Threading.CancellationToken)||
|WriteAsync(Doki.ContentList, System.Threading.CancellationToken)||
|WriteAsync(Doki.TypeDocumentation, System.Threading.CancellationToken)||

Expand Down
2 changes: 1 addition & 1 deletion doki.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "Doki.Output.ClassLibrary",
"from": "src/Doki.Output.ClassLibrary/Doki.Output.ClassLibrary.csproj",
"options": {
"outputPath": "src",
"outputPath": "src/Doki.Documentation.Content",
"namespace": "Doki.Documentation.Content"
}
}
Expand Down

0 comments on commit 482202d

Please sign in to comment.