Jjagg / MonoGame-docfx

Documentation of MonoGame ported to docfx. Built from https://github.com/Jjagg/MonoGame/tree/docs-fresh
https://jjagg.github.io/MonoGame-docfx/manual/index.html
0 stars 0 forks source link

.NET type references in API ref are not resolved #1

Closed Jjagg closed 6 years ago

Jjagg commented 6 years ago

From @Jjagg on December 11, 2017 15:49

.NET types aren't linked properly in the API reference because of dotnet/docfx#2283. We can workaround this by using the solution described here, but that downloads the entire .net xrefmap instead of only querying for unresolved types.

Copied from original issue: Jjagg/MonoGame#1

Jjagg commented 6 years ago

Fixed in dotnet/docfx#2306.