Automated merge with ssh://hg@bitbucket.org/birkenfeld/sphinx

This commit is contained in:
Armin Ronacher 2009-02-06 22:26:02 +01:00
commit 2d76170b9c

View File

@ -473,6 +473,7 @@ class RstGenerator(object):
sys.getfilesystemencoding(), 'replace')
sourcename = u'%s:docstring of %s' % (srcname, fullname)
attr_docs = analyzer.find_attr_docs()
if objpath:
key = ('.'.join(objpath[:-1]), objpath[-1])
if key in attr_docs:
no_docstring = True