loxsmoke / mddox

Markdown documentation generator tool
MIT License
37 stars 10 forks source link

Generic return value or parameter duplicates type parametter i.e. List<T><T> #11

Closed loxsmoke closed 4 years ago

loxsmoke commented 4 years ago

The parameter type list is duplicated in the documentation of return values and function parameters. For example return List<T> is documented as List<T><T>. The same thing happens for parameters that have generic types.