1<refentry id="{$id}">
2 <refnamediv>
3 <refname>Class Summary {$class_name}</refname>
4 <refpurpose>{$sdesc}</refpurpose>
5 </refnamediv>
6<refsect1>
7 <title>{$sdesc}</title>
8 {$desc|default:"&notdocumented;"}
9</refsect1>
10<refsect1>
11<title>Class Trees for {$class_name}</title>
12 <para>
13  {section name=tree loop=$class_tree}
14  {section name=mine loop=$class_tree[tree]} {/section}<itemizedlist>
15  {section name=mine loop=$class_tree[tree]} {/section} <listitem><para>
16  {section name=mine loop=$class_tree[tree]} {/section} {$class_tree[tree]}
17  {/section}
18  {section name=tree loop=$class_tree}
19  {section name=mine loop=$class_tree[tree]} {/section}</para></listitem>
20  </itemizedlist>
21  {/section}
22 </para>
23{if $children}
24 <para>
25  <table>
26   <title>Classes that extend {$class_name}</title>
27   <tgroup cols="2">
28    <thead>
29     <row>
30      <entry>Class</entry>
31      <entry>Summary</entry>
32     </row>
33    </thead>
34    <tbody>
35{section name=kids loop=$children}
36     <row>
37   <entry>{$children[kids].link}</entry>
38   <entry>{$children[kids].sdesc}</entry>
39     </row>
40{/section}
41    </tbody>
42   </tgroup>
43  </table>
44 </para>
45{/if}
46{if $imethods}
47 <para>
48  {$class_name} Inherited Methods
49 </para>
50{include file="imethods.tpl" ivars=$ivars}
51{/if}
52</refsect1>
53</refentry>
54