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