summaryrefslogtreecommitdiff
path: root/giscanner/mallard-Python-property.tmpl
blob: c4d2229e9a9788bdc741be626233e2e47f20ac30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<page id="${namespace.name}.${node.parent.name}-${node.name}"
      type="topic"
      style="property"
      xmlns="http://projectmallard.org/1.0/"
      xmlns:ui="http://projectmallard.org/experimental/ui/">
  <info>
    <link type="guide" xref="${namespace.name}.${node.parent.name}" group="property"/>
    <title type="link" role="topic">${node.name}</title>
  </info>
  <title>${namespace.name}.${node.parent.name}:${node.name}</title>
<synopsis><code mime="text/x-python">
"${node.name}"             ${formatter.format_type(node.type)}                : ${formatter.format_property_flags(node)}
</code></synopsis>
${formatter.format(node.doc)}
</page>