readthedocs / sphinxcontrib-dotnetdomain

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

Allow for both short and long directives and xrefs #30

Closed agjohnson closed 9 years ago

agjohnson commented 9 years ago

Both short and long directives will create an identical object. Xrefs can then be either short or long -- they will both resolve to the same object, regardless of whether the directive was short or long.

ericholscher commented 9 years ago

:fire: