blob: 10745fae76f083562fbf8c2f1a86ece1757419f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<%! page_type="guide" %>\
<%inherit file="/base.tmpl"/>
<%block name="doc">
</%block>
<%block name="links">
<links type="topic" ui:expanded="yes" groups="class" style="linklist">
<title>Classes</title>
</links>
<links type="topic" ui:expanded="yes" groups="function" style="linklist">
<title>Functions</title>
</links>
<links type="topic" ui:expanded="yes" groups="#first #default #last" style="linklist">
<title>Other</title>
</links>
</%block>
<%block name="since_version">
</%block>
|