This commit is contained in:
Chris PeBenito 2005-06-15 21:08:58 +00:00
parent 815ff39128
commit 4ce9bdf0aa

View File

@ -24,17 +24,16 @@
[[end]] [[end]]
)<br> )<br>
</div> </div>
[[if int['interface_summary']]]
<div id="description"> <div id="description">
[[if int['interface_summary']]]
<h5>Summary</h5> <h5>Summary</h5>
[[int['interface_summary']]] [[int['interface_summary']]]
</div>
[[end]] [[end]]
<div id="description"> [[if int['interface_desc']]]
<h5>Description:</h5> <h5>Description</h5>
[[int['interface_desc']]]<br/> [[int['interface_desc']]]
<h5>Parameters:</h5> [[end]]
<div id="description"> <h5>Parameters</h5>
<table border="1" cellspacing="0" cellpadding="3" width="80%"> <table border="1" cellspacing="0" cellpadding="3" width="80%">
<tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr> <tr><th >Parameter:</td><th >Description:</td><th >Optional:</td></tr>
[[for arg in int['interface_parameters']]] [[for arg in int['interface_parameters']]]
@ -49,5 +48,4 @@
</table> </table>
</div> </div>
</div> </div>
</div>
[[end]] [[end]]