autodoc: call autodoc-process-signature hook even if introspecting item signature failed

This commit is contained in:
Pauli Virtanen 2009-04-04 23:47:58 +03:00
parent d769e7b616
commit 3fecd0b3b6

View File

@ -372,8 +372,7 @@ class Documenter(object):
else:
# try to introspect the signature
args = self.format_args()
if args is None:
return ''
retann = self.retann
result = self.env.app.emit_firstresult(