Skip to content

Commit

Permalink
Fix missing description
Browse files Browse the repository at this point in the history
  • Loading branch information
Emik03 committed Nov 21, 2024
1 parent 243a9e1 commit 1487667
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apidocs/wawa.Schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ schema object that Tweaks can use to format your mod settings\.
| Name | Summary |
|------|---------|
| [wawa\.Schemas](./wawa.Schemas/wawa.Schemas.md) | Contains the core functionality of the library\. |
| [wawa\.Schemas\.Fluent](./wawa.Schemas/wawa.Schemas.Fluent.md) | |
| [wawa\.Schemas\.Fluent](./wawa.Schemas/wawa.Schemas.Fluent.md) | Contains objects returned by the fluent builder APIs\. |

2 changes: 1 addition & 1 deletion apidocs/wawa.Schemas/wawa.Schemas.Fluent.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

assembly: [wawa\.Schemas](../wawa.Schemas.md)


Contains objects returned by the fluent builder APIs\.

```csharp
namespace wawa.Schemas.Fluent;
Expand Down
2 changes: 1 addition & 1 deletion wawa.Schemas/Source/Internals/NamespaceDoc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace wawa.Schemas
struct NamespaceDoc;
}

namespace wawa.Schemas.Domains
namespace wawa.Schemas.Fluent
{
/// <summary>Contains objects returned by the fluent builder APIs.</summary>
[UsedImplicitly]
Expand Down

0 comments on commit 1487667

Please sign in to comment.