mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5815 from jdufresne/analyzer-type
Define Documenter.analyzer as type ModuleAnalyzer
This commit is contained in:
commit
226f7bd4d9
@ -264,7 +264,7 @@ class Documenter:
|
||||
# the parent/owner of the object to document
|
||||
self.parent = None # type: Any
|
||||
# the module analyzer to get at attribute docs, or None
|
||||
self.analyzer = None # type: Any
|
||||
self.analyzer = None # type: ModuleAnalyzer
|
||||
|
||||
@property
|
||||
def documenters(self):
|
||||
|
Loading…
Reference in New Issue
Block a user