summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-02-14 23:14:02 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-14 23:18:01 -0500
commit29c381b0a1f077ddf3f8ce9fc2f7ab11b4f3628e (patch)
treee6d395bcf2ceffc38167edb84718835539c48498 /giscanner/doctemplates
parent71a1705667f297c122b8637556924c9d16e36801 (diff)
downloadgobject-introspection-29c381b0a1f077ddf3f8ce9fc2f7ab11b4f3628e.tar.gz
doctool: Add an link for signal methods
Diffstat (limited to 'giscanner/doctemplates')
-rw-r--r--giscanner/doctemplates/Gjs/signal.tmpl2
-rw-r--r--giscanner/doctemplates/Python/signal.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/giscanner/doctemplates/Gjs/signal.tmpl b/giscanner/doctemplates/Gjs/signal.tmpl
index 7d28cad5..6903017f 100644
--- a/giscanner/doctemplates/Gjs/signal.tmpl
+++ b/giscanner/doctemplates/Gjs/signal.tmpl
@@ -16,7 +16,7 @@ ${arg.argname}:${formatter.format_type(arg.type)}, \
<terms>
<item>
<title><code>${formatter.to_underscores(node.parent.name).lower()}</code></title>
-<p>instance of ${namespace.name}.${node.parent.name} that is emitting the signal</p>
+<p>instance of ${formatter.format_xref(node.parent)} that is emitting the signal</p>
</item>
% for arg in formatter.get_parameters(node):
<item>
diff --git a/giscanner/doctemplates/Python/signal.tmpl b/giscanner/doctemplates/Python/signal.tmpl
index fa850418..c474b055 100644
--- a/giscanner/doctemplates/Python/signal.tmpl
+++ b/giscanner/doctemplates/Python/signal.tmpl
@@ -16,7 +16,7 @@ user_param1, ...)
<terms>
<item>
<title><code>${formatter.to_underscores(node.parent.name).lower()}</code></title>
-<p>instance of ${namespace.name}.${node.parent.name} that is emitting the signal</p>
+<p>instance of ${formatter.format_xref(node.parent)} that is emitting the signal</p>
</item>
% for arg in formatter.get_parameters(node):
<item>