microsoft / node-api-dotnet

Advanced interoperability between .NET and JavaScript in the same process.
MIT License
426 stars 49 forks source link

Support inheritdoc in generated typedefs #304

Closed jasongin closed 2 weeks ago

jasongin commented 2 weeks ago

Fixes: #111

Inherited docs can come from other assemblies, so now the generator loads the XML docs for all reference assemblies. Then the closest inherited declaration is used when resolving <inheritdoc/> tags.