summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/namespace.tmpl
blob: 2c27ee4237c41b9677ef9c005c70f39c2bc68005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<%! page_type="guide" %>\
<%inherit file="/base.tmpl"/>
<%block name="doc">
</%block>
<%block name="info">
</%block>
<%block name="links">
  <links type="topic" ui:expanded="true" groups="class" style="linklist">
    <title>Classes</title>
  </links>
  <links type="topic" ui:expanded="true" groups="function" style="linklist">
    <title>Functions</title>
  </links>
  <links type="topic" ui:expanded="true" groups="#first #default #last" style="linklist">
    <title>Other</title>
  </links>
</%block>
<%block name="details">
<terms>
% for constant in formatter.collect('constant'):
<%include file="${language}/constant.tmpl" args="constant=constant"/>
% endfor
</terms>
</%block>

<%block name="since_version">
</%block>