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