module_formatter fixes

This commit is contained in:
Jan-Piet Mens 2012-09-28 09:59:43 +02:00
commit 62d038dca4
4 changed files with 31 additions and 102 deletions

View file

@ -1,7 +1,7 @@
.. _@{ module }@:
@{ module }@
````````
``````````````````````````````
{# ------------------------------------------
#
@ -23,11 +23,11 @@
<table>
<tr>
<td>parameter</td>
<td>required</td>
<td>default</td>
<td>choices</td>
<td>comments</td>
<th class="head">parameter</th>
<th class="head">required</th>
<th class="head">default</th>
<th class="head">choices</th>
<th class="head">comments</th>
</tr>
{% for (k,v) in options.iteritems() %}
<tr>