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