Closed agjohnson closed 9 years ago
This removes improperly chained generic syntax:
.. dn:class:: Foo<T><T><T>
And adds support and test cases for:
.. dn:class:: Foo<T, T> .. dn:class:: Foo<TFoo, TBar> .. dn:class:: Foo<T, <T, <string>>>
etc.
Sphinx alias linking is completely overridden, as it interferes with generic syntax
:ship:
This removes improperly chained generic syntax:
And adds support and test cases for:
etc.
Sphinx alias linking is completely overridden, as it interferes with generic syntax