summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/devdocs/Gjs/base.tmpl
blob: 95800da8e3455736ad40c8764aa4844308537e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<body>
  <section>
    <h1 class="${page_kind}">${formatter.format_page_name(node)}</h1>
    <h2>Details</h2>
    ${formatter.format(node, node.doc)}
    <%include file="_staticmethods.tmpl"/>
    <%include file="_methods.tmpl"/>
    <%include file="_vfuncs.tmpl"/>
    <%include file="_signals.tmpl"/>
    <%include file="_properties.tmpl"/>
    ${self.body()}
  </section>
</body>
</html>