alef-backend-php 0.17.0

PHP (ext-php-rs) backend for alef
Documentation
1
2
3
4
5
6
7
{% for line in doc_lines %}
{% if line %}
{{ indent }} * {{ line }}
{% else %}
{{ indent }} *
{% endif %}
{% endfor %}