Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #9283: autodoc: failed to build doc for attribute not commented | Takeshi KOMIYA | 2021-05-30 | 1 | -0/+1 |
| | | | | | | Autoattribute directive should check the existence of instance attribute that is defined inside __init__() but not having comments before accessing it. | ||||
* | Fix #741: autodoc: inherited-members doesn't support instance attributes on ↵ | Takeshi KOMIYA | 2020-12-18 | 1 | -0/+10 |
super class To support instance attributes on super class, get_class_members() scans the instance attributes defined at super classes using ModuleAnalyzer. It allows to generate document for them when users gives : inherited-members: option. |