-
-
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.
Redirect documentation link to the new location
- Loading branch information
Showing
16 changed files
with
42 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# wawa\.Schemas Assembly | ||
|
||
|
||
Provides a simple fluent builder API for building the [TweaksEditorSettings](./wawa.Schemas/wawa.Schemas/TweaksEditorSettings.md) | ||
schema object that Tweaks can use to format your mod settings\. | ||
|
||
## Namespaces | ||
|
||
| Name | Summary | | ||
|------|---------| | ||
| [wawa\.Schemas](./wawa.Schemas/wawa.Schemas.md) | | | ||
| [wawa\.Schemas](./wawa.Schemas/wawa.Schemas.md) | Contains the core functionality of the library\. | | ||
| [wawa\.Schemas\.Fluent](./wawa.Schemas/wawa.Schemas.Fluent.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// SPDX-License-Identifier: MPL-2.0 | ||
namespace wawa.Schemas | ||
{ | ||
/// <summary> | ||
/// Provides a simple fluent builder API for building the <see cref="TweaksEditorSettings"/> | ||
/// schema object that Tweaks can use to format your mod settings. | ||
/// </summary> | ||
[UsedImplicitly] | ||
struct AssemblyDoc; | ||
} | ||
|
||
namespace wawa.Schemas | ||
{ | ||
/// <summary>Contains the core functionality of the library.</summary> | ||
[UsedImplicitly] | ||
struct NamespaceDoc; | ||
} | ||
|
||
namespace wawa.Schemas.Domains | ||
{ | ||
/// <summary>Contains objects returned by the fluent builder APIs.</summary> | ||
[UsedImplicitly] | ||
struct NamespaceDoc; | ||
} |
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