Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Emik03 committed Nov 28, 2024
1 parent 6803ff6 commit e13e13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apidocs/wawa.Schemas/wawa.Schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ namespace wawa.Schemas;

| Name | Summary |
|------|---------|
| [TweaksEditorSettings](./wawa.Schemas/TweaksEditorSettings.md) | The class for holding the settings schema object used by tweaks for the mod settings\. |
| [TweaksEditorSettings\.Builder](./wawa.Schemas/Builder.md) | The builder class for creating the settings schema object used by tweaks for the mod settings\. |
| [TweaksSetting](./wawa.Schemas/TweaksSetting.md) | Explicitly defines the type of listing to use for a setting\. |
| [TweaksSetting\.ArrayAttribute](./wawa.Schemas/ArrayAttribute.md) | Indicates that the field or property is a setting serialized as an array\. |
| [TweaksSetting\.CheckboxAttribute](./wawa.Schemas/CheckboxAttribute.md) | Indicates that the field or property is a setting serialized as a boolean\. |
Expand All @@ -21,6 +23,4 @@ namespace wawa.Schemas;
| [TweaksSetting\.StringAttribute](./wawa.Schemas/StringAttribute.md) | Indicates that the field or property is a setting serialized as a string\. |
| [TweaksSetting\.SubmenuAttribute](./wawa.Schemas/SubmenuAttribute.md) | Indicates that the field or property is a setting serialized as a submenu\. |
| [TweaksSettingAttribute](./wawa.Schemas/TweaksSettingAttribute.md) | Indicates that the field or property is a setting for [TweaksEditorSettings](../wawa.Schemas/wawa.Schemas/TweaksEditorSettings.md)\. |
| [TweaksEditorSettings](./wawa.Schemas/TweaksEditorSettings.md) | The class for holding the settings schema object used by tweaks for the mod settings\. |
| [TweaksEditorSettings\.Builder](./wawa.Schemas/Builder.md) | The builder class for creating the settings schema object used by tweaks for the mod settings\. |

0 comments on commit e13e13a

Please sign in to comment.