summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-signal.tmpl
blob: 7aae3ae4ee26c6e55b6f181e4266a65b8f939782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<page id="${namespace.name}.${node.name}"
      type="topic"
      style="signal"
      xmlns="http://projectmallard.org/1.0/"
      xmlns:ui="http://projectmallard.org/experimental/ui/">
  <info>
    <link type="guide" xref="${namespace.name}.${node.parent.name}" group="signal"/>
    <title type="link" role="topic">${node.name}</title>
  </info>
  <title>${node.parent.ctype}::${node.name}</title>
${formatter.format(node.doc)}
</page>