Closed danroth27 closed 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
For comparison see https://msdn.microsoft.com/en-us/library/system.console(v=vs.110).aspx#Anchor_2
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
For comparison see https://msdn.microsoft.com/en-us/library/system.console(v=vs.110).aspx#Anchor_2