praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages
https://www.fuget.org
MIT License
683 stars 121 forks source link

Add <inheritdoc> tag support #126

Open mikernet opened 3 years ago

mikernet commented 3 years ago

Seems that XML comments that use <inheritdoc> tags do not show the inherited docs. Would be great to add this.

praeclarum commented 3 years ago

Yes! I haven't supported it because it may require downloading additional packages to resolve. But, I should at least make the local case work.