debian-koji/www/kojiweb/api.chtml
2019-12-11 13:26:25 +01:00

15 lines
231 B
Text

#include "includes/header.chtml"
<h4>API reference</h4>
<ul>
#for method in $methods
<li>
<pre><b>$method['name']$method['argdesc']</b>
$method['doc']
</pre>
</li>
#end for
</ul>
#include "includes/footer.chtml"