readthedocs / sphinxcontrib-dotnetdomain

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

No link generated for return types #52

Closed agjohnson closed 8 years ago

agjohnson commented 8 years ago

Moved from rtfd/sphinx-autoapi#50

When I run autoapi on the master branch of the ASP.NET JsonPatch repo, I don't get links generated for return types.

For example, the OperationType property on the OperationBase type returns an OperationType enum. The generated RST looks like this:

    .. dn:property:: Microsoft.AspNet.JsonPatch.Operations.OperationBase.OperationType

        :rtype: Microsoft.AspNet.JsonPatch.Operations.OperationType

The generated docs contain the OperationType enum, but the generated return type doesn't link to it.