barry-jones / live-documenter

.NET documentation generator and live reader. Generate documentation from .NET code and xml comments, fast, quick and easy.
https://livedocumenter.barryjones.me.uk
MIT License
71 stars 4 forks source link

method page breaks when viewing methods with a jagged array return type #37

Open barry-jones opened 5 years ago

barry-jones commented 5 years ago

The documentationtest.dll has the following method DocumentationTest.AllOutputTypesClass.JaggedReturnArray which returns a:

string[][]

This currently fails when attempting to get the display name of the return type as only the first level is checked on Array types see MethodDef.GetReturnType().