Skip to content

Commit

Permalink
generate api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed Apr 27, 2024
1 parent c9ac923 commit 07331fc
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[Packages](../../README.md) / [Ignis.Fragments.Extensions](../README.md) / [Ignis.Fragments.Extensions](README.md) /

# FormFragmentExtensions Class

## Definition

Namespace: [Ignis.Fragments.Extensions](README.md)

Assembly: [Ignis.Fragments.Extensions.dll](../README.md)

Package: [Ignis.Fragments.Extensions](https://www.nuget.org/packages/Ignis.Fragments.Extensions)

---

```csharp
public static class FormFragmentExtensions
```

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

## Methods

| | Summary |
| ---------------------------------------------------- | ------- |
| GetProperties<T>(FormFragmentContext<T>) | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[Packages](../../README.md) / [Ignis.Fragments.Extensions](../README.md) / [Ignis.Fragments.Extensions](README.md) /

# LabelFragmentExtensions Class

## Definition

Namespace: [Ignis.Fragments.Extensions](README.md)

Assembly: [Ignis.Fragments.Extensions.dll](../README.md)

Package: [Ignis.Fragments.Extensions](https://www.nuget.org/packages/Ignis.Fragments.Extensions)

---

```csharp
public static class LabelFragmentExtensions
```

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

## Methods

| | Summary |
| ------------------------------------------------------------------------------------------------ | ------- |
| GetPropertyDisplayName(Ignis.Fragments.Abstractions.Builder.LabelFragmentContext, System.String) | |
Empty file.
Empty file.
1 change: 1 addition & 0 deletions doki.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"output": [
{
"type": "Doki.Output.Markdown",
"from": "../Doki/src/Doki.Output.Markdown/Doki.Output.Markdown.csproj",
"options": {
"outputPath": "docs/api"
}
Expand Down

0 comments on commit 07331fc

Please sign in to comment.