mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add comment.
This commit is contained in:
parent
bb2f9b67d8
commit
f4cff4371e
@ -74,6 +74,7 @@ class ClassAttrVisitor(pytree.NodeVisitor):
|
||||
self.collected.append((name, doc))
|
||||
|
||||
def visit_funcdef(self, node):
|
||||
# don't descend into functions -- nothing interesting there
|
||||
return
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user