readthedocs / sphinxcontrib-dotnetdomain

A Sphinx domain for .NET languages
MIT License
15 stars 17 forks source link

Objects with colliding names but differing types are not addressable separately #15

Closed agjohnson closed 9 years ago

agjohnson commented 9 years ago

These should be resolvable by the differing types:

.. dn:field:: Foo
.. dn:property:: Foo

This is not a major issue, as the name conflict is likely a syntax error in .NET? However, there could be cases where the intended behavior of the rST is to have both separately addressable.