[[if temp.has_key("mod_layer")]]
Layer: [[mod_layer]]
[[end]]
[[if temp.has_key("mod_name")]]
Module: [[mod_name]]
[[end]]
[[exec i = 0]]
[[temp['template_name']]](
[[for arg in temp['template_parameters']]]
[[if i != 0]]
,
[[end]]
[[exec i = 1]]
[[if arg['optional'] == 'yes']]
[
[[end]]
[[arg['name']]]
[[if arg['optional'] == 'yes']]
]
[[end]]
[[end]]
)
[[if temp['template_summary']]]
Summary
[[temp['template_summary']]]
[[end]]
[[if temp['template_desc']]]
Description
[[temp['template_desc']]]
[[end]]
Parameters
Parameter: | Description: |
[[for arg in temp['template_parameters']]]
[[arg['name']]]
|
[[arg['desc']]]
|
[[end]]
[[end]]