added xml comments for existing api parts and pieces.

This commit is contained in:
StevanFreeborn
2022-06-21 17:17:32 -05:00
parent 19729f4cc7
commit 5e201182ba
9 changed files with 149 additions and 14 deletions
+7 -1
View File
@@ -30,7 +30,13 @@ namespace server.Options
{
Title = "criminalmindsapi",
Version = description.ApiVersion.ToString(),
Description = "An api that provides information about the Criminal Minds series."
Description = "An api that provides information about the Criminal Minds series.",
Contact = new OpenApiContact
{
Name = "Stevan Freeborn",
Email = "stevan.freeborn@gmail.com",
Url = new Uri("https://stevanfreeborn.com")
}
};
return info;