From 186ac836bd5cec3af0db66b8f64612312b5ef714 Mon Sep 17 00:00:00 2001 From: dvolper Date: Thu, 23 May 2024 09:37:53 +0200 Subject: [PATCH] generate docs --- docs/api/Doki.Abstractions/Doki/Doki.DocumentationContentType.md | 1 + docs/api/Doki.Abstractions/Doki/Doki.MemberDocumentation.md | 1 + .../Doki.Abstractions/Doki/Doki.TypeDocumentationReference.md | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/Doki.Abstractions/Doki/Doki.DocumentationContentType.md b/docs/api/Doki.Abstractions/Doki/Doki.DocumentationContentType.md index d2010d6..22b0339 100644 --- a/docs/api/Doki.Abstractions/Doki/Doki.DocumentationContentType.md +++ b/docs/api/Doki.Abstractions/Doki/Doki.DocumentationContentType.md @@ -42,5 +42,6 @@ Inheritance: [System.Object](https://learn.microsoft.com/en-us/dotnet/api/System |Constructor|A constructor in the documentation.| |Field|A field in the documentation.| |Property|A property in the documentation.| +|Method|A method in the documentation.| diff --git a/docs/api/Doki.Abstractions/Doki/Doki.MemberDocumentation.md b/docs/api/Doki.Abstractions/Doki/Doki.MemberDocumentation.md index a292143..4c1c4a9 100644 --- a/docs/api/Doki.Abstractions/Doki/Doki.MemberDocumentation.md +++ b/docs/api/Doki.Abstractions/Doki/Doki.MemberDocumentation.md @@ -41,6 +41,7 @@ Implements: [System.IEquatable<Doki.MemberDocumentation>](https://learn.mi |Namespace|Gets the namespace of the member.| |Assembly|Gets the assembly of the member.| |Summary|Gets the summary of the member.| +|IsDocumented|Gets a value indicating whether the type is documented.| |ContentType|| diff --git a/docs/api/Doki.Abstractions/Doki/Doki.TypeDocumentationReference.md b/docs/api/Doki.Abstractions/Doki/Doki.TypeDocumentationReference.md index 0f622e3..a215511 100644 --- a/docs/api/Doki.Abstractions/Doki/Doki.TypeDocumentationReference.md +++ b/docs/api/Doki.Abstractions/Doki/Doki.TypeDocumentationReference.md @@ -39,7 +39,6 @@ Implements: [System.IEquatable<Doki.TypeDocumentationReference>](https://l |EqualityContract|| |IsGeneric|Gets a value indicating whether the type is generic.| |FullName|Gets the full name of the type.| -|IsDocumented|Gets a value indicating whether the type is documented.| |IsMicrosoft|Gets a value indicating whether the type is from Microsoft.| |BaseType|Gets the base type of the type.| |GenericArguments|Gets the generic arguments of the type.|