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