diff options
| author | Georg Brandl <georg@python.org> | 2010-01-13 23:43:09 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-13 23:43:09 +0100 |
| commit | 3ce06dcb4abda7ec6402ab23c96c54b49e685006 (patch) | |
| tree | 978e282c2ce3d88bbf45febee4a148590061c2f1 /sphinx/domains/python.py | |
| parent | 05706159492a57568e615486e3c6032de521ea01 (diff) | |
| download | sphinx-3ce06dcb4abda7ec6402ab23c96c54b49e685006.tar.gz | |
Note the full name on the signature node.
Diffstat (limited to 'sphinx/domains/python.py')
| -rw-r--r-- | sphinx/domains/python.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/domains/python.py b/sphinx/domains/python.py index e11ddee2..3a1424ba 100644 --- a/sphinx/domains/python.py +++ b/sphinx/domains/python.py @@ -95,6 +95,7 @@ class PyObject(ObjectDescription): signode['module'] = modname signode['class'] = classname + signode['fullname'] = fullname sig_prefix = self.get_signature_prefix(sig) if sig_prefix: |
