summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-signal.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/mallard-C-signal.tmpl')
-rw-r--r--giscanner/mallard-C-signal.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/giscanner/mallard-C-signal.tmpl b/giscanner/mallard-C-signal.tmpl
index 08fc7a99..7aae3ae4 100644
--- a/giscanner/mallard-C-signal.tmpl
+++ b/giscanner/mallard-C-signal.tmpl
@@ -5,9 +5,9 @@
xmlns="http://projectmallard.org/1.0/"
xmlns:ui="http://projectmallard.org/experimental/ui/">
<info>
- <link type="guide" xref="${namespace.name}.${parent.name}" group="signal"/>
+ <link type="guide" xref="${namespace.name}.${node.parent.name}" group="signal"/>
<title type="link" role="topic">${node.name}</title>
</info>
- <title>${parent.ctype}::${node.name}</title>
-${format(node.doc)}
+ <title>${node.parent.ctype}::${node.name}</title>
+${formatter.format(node.doc)}
</page>