BROFFEACT Documentation

Total exported: {{ exported_cnt }} # Commented: {{ commented_cnt }}[{{ commented_percentage|round(2, 'floor') }}%] | Unused requires: {{ unused_cnt }}
Last modification: {{ last_modification }}
{% for val in values %} {% if val[1] %} {% endif %} {% for exported_name, comment in val[3].items()|sort %} {% if 'DEPRECATED' in comment[1] or 'FIXME' in comment[1] %} {% elif "TODO" in comment[1] %} {% elif "f" in comment[0] %} {% elif "c" in comment[0] %} {% else %} {% endif %} {% endfor %}
{{ val[0] }}
{% if val[1] - val[2] %} Require(s): {{ (val[1] - val[2])|sort|join(', ') }} {% if (val[1] - val[2]) and val[2] %}
{% endif %} {% endif %} {% if val[2] %} Require(s) unused: {{ val[2]|sort|join(', ') }} {% endif %}
{% if "c" in comment[0] %} {% elif "f" in comment[0] %} {% endif %} {{ exported_name }}
{{ comment[1] }}
{% endfor %}
Documentation generated by broffeact