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