summaryrefslogtreecommitdiff
path: root/giscanner/mallard-Python-function.tmpl
blob: 54d4a7aadea6a4d16d4e6d503fff14951bdc3d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<page id="${namespace.name}.${node.name}"
      type="topic"
      style="function"
      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="index" group="function"/>
    <c:identifier>${node.symbol}</c:identifier>
  </info>
  <title>${node.symbol}</title>
${formatter.format(node.doc)}
</page>