summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/C/signal.tmpl
blob: 28c0b740672e8b9e37704a837a4456b82bdd69dd (plain)
1
2
3
4
5
<%inherit file="./function.tmpl"/>
<%block name="info">
    ${formatter.format_xref(node.parent, type="guide", group=page_kind)}
    <title type="link" role="topic">${node.name}</title>
</%block>