## -*- coding: utf-8 -*-
Property Name | Type | Description | Units | Range | Notes | Tags |
---|---|---|---|---|---|---|
${section.name} | ||||||
${section.description} | ||||||
${kind.name} | ||||||
Property Name | Type | Description | Units | Range | Notes | Tags |
${prop.name | wbr} |
% if prop.enum:
${prop.type}
% else:
${prop.type}
% endif
% if prop.container is not None:
x
% endif
% if prop.container == 'array':
${" x ".join(prop.container_sizes)}
% elif prop.container == 'tuple':
${prop.type_notes | wbr}
% endif
% if prop.enum:
|
% if prop.description is not None: ${prop.description | wbr, br} % endif | % if prop.units is not None: ${prop.units | wbr} % endif | % if prop.range is not None: ${prop.range | wbr} % endif | % if prop.notes is not None: ${prop.notes | wbr, br} % endif | % if next(prop.tags, None): | % endif