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
diff --git a/src/contrib/libqxt-2007-10-24/doctemplate/module.html b/src/contrib/libqxt-2007-10-24/doctemplate/module.html
new file mode 100644 (file)
index 0000000..2b548d3
--- /dev/null
@@ -0,0 +1,21 @@
+<center>
+    <h1><?=name?> Module</h1>
+</center>
+
+<p>
+<?=desc?>
+</p>
+
+<center>
+    <p>
+        <table width="80%" cellspacing="1px"  id="modulelist">
+            <?=unroll?>
+        </table>
+    </p>
+</center>
+
+
+
+<h2>Detailed Description</h2>
+<p>To include the definitions of all the module's classes, use the following directive:</p>
+<pre> #include &lt;<?=name?>&gt;</pre>