Skip to content

Commit

Permalink
allow serializing MemberDocumentation objects
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVollmers committed May 23, 2024
1 parent 6756d7e commit 5adf620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Doki.Abstractions/DocumentationObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace Doki;
[JsonDerivedType(typeof(Link), nameof(Link))]
[JsonDerivedType(typeof(TextContent), nameof(TextContent))]
[JsonDerivedType(typeof(TypeDocumentationReference), nameof(TypeDocumentationReference))]
[JsonDerivedType(typeof(MemberDocumentation), nameof(MemberDocumentation))]
[JsonDerivedType(typeof(XmlDocumentation), nameof(XmlDocumentation))]
public abstract record DocumentationObject
{
Expand Down

0 comments on commit 5adf620

Please sign in to comment.