diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2012-02-19 14:56:03 +0100 |
---|---|---|
committer | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2012-02-19 14:56:03 +0100 |
commit | e9ffb2a1ff6538ce22618692cf0f838686846e4e (patch) | |
tree | dace654b9831187c798a41b1837d3b1aa2ae4f60 /giscanner | |
parent | 152720745751032bd2c21d00dd81239b2f7cb5f4 (diff) | |
download | gobject-introspection-e9ffb2a1ff6538ce22618692cf0f838686846e4e.tar.gz |
g-ir-doc-tool: Remove module and class from the function signature
Diffstat (limited to 'giscanner')
-rw-r--r-- | giscanner/mallard-Python-function.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/giscanner/mallard-Python-function.tmpl b/giscanner/mallard-Python-function.tmpl index ceddea62..c9bdf8f5 100644 --- a/giscanner/mallard-Python-function.tmpl +++ b/giscanner/mallard-Python-function.tmpl @@ -55,9 +55,6 @@ ${formatter.format_type(arg.type) | x}\ % endif @returns(${formatter.format_type(node.retval.type) | x}) def \ -% if node.parent is not None: -${namespace.name}.${node.parent.name}.\ -% endif ${node.name}(\ % for arg, ix in zip(node.parameters, range(len(node.parameters))): ${arg.argname}\ |