You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:private-members: doesn't show the property by default. Using .. js:autoattribute:: Thing#instance, I expect the property to appear in the docs with decoration indicating that it's both static (and in this case, private).
It does appear in the generated doc, but doesn't show the static keyword nor any indication that the member is private.
The text was updated successfully, but these errors were encountered:
In #174, support was added for static class methods. Great! This ticket is about adding support for static private members.
I have a class like this:
:private-members:
doesn't show the property by default. Using.. js:autoattribute:: Thing#instance
, I expect the property to appear in the docs with decoration indicating that it's both static (and in this case, private).It does appear in the generated doc, but doesn't show the
static
keyword nor any indication that the member is private.The text was updated successfully, but these errors were encountered: