docs: use docfx to generate documentation

This commit is contained in:
Stevan Freeborn
2024-07-07 16:16:55 -05:00
parent 554c696069
commit 3e69208681
227 changed files with 27347 additions and 3 deletions
@@ -3,7 +3,7 @@ namespace AnthropicClient.Utils;
/// <summary>
/// Provides methods to validate arguments.
/// </summary>
public static class ArgumentValidator
static class ArgumentValidator
{
/// <summary>
/// Throws an <see cref="ArgumentNullException"/> if the value is null.