We now have a current svn snapshot of libqxt in our contrib dir, and
[quassel.git] / src / contrib / libqxt-2007-10-24 / doctemplate / module.html
1 <center>
2     <h1><?=name?> Module</h1>
3 </center>
4
5 <p>
6 <?=desc?>
7 </p>
8
9 <center>
10     <p>
11         <table width="80%" cellspacing="1px"  id="modulelist">
12             <?=unroll?>
13         </table>
14     </p>
15 </center>
16
17
18
19 <h2>Detailed Description</h2>
20 <p>To include the definitions of all the module's classes, use the following directive:</p>
21 <pre> #include &lt;<?=name?>&gt;</pre>