summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/namespace.tmpl
blob: bb58bb16bb0f17e1db12f4e7149b37218410fe01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<%! 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="since_version">
</%block>