Skip to content

Commit

Permalink
generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed May 23, 2024
1 parent 771bc3d commit 186ac83
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.|


Original file line number Diff line number Diff line change
Expand Up @@ -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||


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.|
Expand Down

0 comments on commit 186ac83

Please sign in to comment.