summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/devdocs/Gjs/namespace.tmpl
blob: 5a90634a7aa9c260ea7e771d7e94c901682c83e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<body>
  <section>
    <h1 class="namespace">${node.name}</h1>
  </section>
  <ul>
  % for n in node.values():
    % if formatter.should_render_node(n):
      <li>${formatter.format_inline(n, formatter.format_xref(n))}</li>
    % endif
  % endfor
  </ul>
</body>
</html>