summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/Gjs/property.tmpl
blob: dda8246931503f2c734d757a2994026372c310ef (plain)
1
2
3
4
5
6
7
8
9
<%inherit file="/base.tmpl"/>
<%block name="info">
    ${formatter.format_xref(node.parent, type="guide", group=page_kind)}
    <title type="link" role="topic">${node.name}</title>
</%block>
<%block name="synopsis">
  <synopsis><code mime="text/x-gjs">
${node.parent.name}.${formatter.to_underscores(node)}: ${formatter.format_type(node.type, True)} (${formatter.format_property_flags(node)})
  </code></synopsis></%block>