mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
BUG: autosummary to list all class members
This commit is contained in:
@@ -7,3 +7,7 @@ class Foo:
|
||||
|
||||
def bar(self):
|
||||
pass
|
||||
|
||||
@property
|
||||
def baz(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user