diff options
| author | Georg Brandl <georg@python.org> | 2008-12-29 20:39:14 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-12-29 20:39:14 +0100 |
| commit | d59cb5c2dfeae2282b804459b76a4ef5f9243ccf (patch) | |
| tree | 67f6b238f73dee201aa926578d2c8566d373a9bd | |
| parent | 76d544d815fe9b3bb6f2150dbd4e11832fb8d47e (diff) | |
| download | sphinx-d59cb5c2dfeae2282b804459b76a4ef5f9243ccf.tar.gz | |
Add comment.
| -rw-r--r-- | sphinx/pycode/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/pycode/__init__.py b/sphinx/pycode/__init__.py index e006ce16..26d3579d 100644 --- a/sphinx/pycode/__init__.py +++ b/sphinx/pycode/__init__.py @@ -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 |
