{{ class.description }}
{% if class.constructor %}{{ class.constructor.signature | replace("'", "") }}
{% if class.constructor.parameters %}{{ variable.description }}
{% if variable.type %}-> {{ variable.type }}
{% endif %}{{ property.description }}
{% if property.signature %}{{ property.signature }}
{% endif %}{{ method.description }}
{% if method.signature %}{{ method.signature }}
{% endif %} {% if method.parameters %}