Closed agjohnson closed 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.
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:
The generated docs contain the OperationType enum, but the generated return type doesn't link to it.