hailstorm75 / ModularDoc

Modular documentation generator for .NET libraries. Currently supporting Markdown only for GitHub, GitLab, and Bitbucket
MIT License
116 stars 11 forks source link

Generic types within generic type parameter not printed #213

Closed hailstorm75 closed 2 years ago

hailstorm75 commented 2 years ago

Describe the bug Generic types within a generic type parameter are not printed.

Reproducibility Always

Expected behavior The expected result would be all generic types to be printed.

Generated output IReadOnlyDictionary<string, IReadOnlyCollection>

Additional context Example state

hailstorm75 commented 2 years ago

https://github.com/hailstorm75/MarkDoc.Core/blob/unstable/sourceWiki/markdoc/members/IMemberSettings.md