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