blob: b9f8cec597b8f3a97334be1a639e244418d0a3eb [file] [log] [blame]
<a name="#my_rule"></a>
## my_rule
<pre>
my_rule(name, first, fourth, second, third)
</pre>
This is my rule. It does stuff.
### Attributes
<table class="params-table">
<colgroup>
<col class="col-param" />
<col class="col-description" />
</colgroup>
<tbody>
<tr id="#my_rule_name">
<td><code>name</code></td>
<td>
String; required
<p>
A unique name for this rule.
</p>
</td>
</tr>
<tr id="#my_rule_first">
<td><code>first</code></td>
<td>
Label; required
<p>
first doc string
</p>
</td>
</tr>
<tr id="#my_rule_fourth">
<td><code>fourth</code></td>
<td>
Boolean; optional
<p>
fourth doc string
</p>
</td>
</tr>
<tr id="#my_rule_second">
<td><code>second</code></td>
<td>
Dictionary: String -> String; required
</td>
</tr>
<tr id="#my_rule_third">
<td><code>third</code></td>
<td>
Label; required
</td>
</tr>
</tbody>
</table>