summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/devdocs/Gjs/base.tmpl
blob: 91ffa10505de0d1e4dabdff6ea091cb00ed8bba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<body>
  <section>
    <h1 class="${page_kind}">${formatter.format_page_name(node)}</h1>
    <%include file="_index.tmpl"/>
    <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>