readthedocs / sphinxcontrib-dotnetdomain

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

Properties should not have trailing parens #50

Closed danroth27 closed 8 years ago

danroth27 commented 8 years ago

Properties are showing up in the generated docs with trailing parens. Properties in .NET don't have parens like functions do. The parens should just be removed.

For example, see https://docs.asp.net/projects/api/en/latest/autoapi/Microsoft/AspNet/Antiforgery/AntiforgeryContext/index.html#prop-Microsoft.AspNet.Antiforgery.AntiforgeryContext.CookieToken

image

For comparison see https://msdn.microsoft.com/en-us/library/system.console(v=vs.110).aspx#Anchor_2