summaryrefslogtreecommitdiff
path: root/giscanner/mallard-C-property.tmpl
blob: 2d37ba106a811a19e3f27ef9cdb1b5c63c7b2647 (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="property"
      xmlns="http://projectmallard.org/1.0/"
      xmlns:ui="http://projectmallard.org/experimental/ui/">
  <info>
    <link type="guide" xref="${namespace.name}.${node.parent.name}" group="property"/>
    <title type="link" role="topic">${node.name}</title>
  </info>
  <title>${node.parent.ctype}:${node.name}</title>
${formatter.format(node.doc)}
</page>