{% block constant %} ==== {{ constant.name }} ==== {# twothirds column#} {% if constant.deprecated %}deprecated {% endif %} {% if (node.parent is not null and constant.parent.fullyQualifiedStructuralElementName != node.fullyQualifiedStructuralElementName) %}inherited {% endif %} {# third column#} == {{ constant.summary|replace({"\n":""})|raw }} == {{ constant.description|markdown|raw }} {% if constant.deprecated %} === Deprecated === {{ constant.tags.deprecated[0].description|raw }} {% endif %} {% include 'includes/inherited-from.txt.twig' with {structure:constant} %} {% include 'includes/see-also.txt.twig' with {structure:constant, title_level: '=='} %} {% include 'includes/uses.txt.twig' with {structure:constant, title_level: '=='} %} {% include 'includes/tags.txt.twig' with {structure:constant, title_level: '==', blacklist: ['link', 'see', 'var', 'deprecated', 'uses', 'package', 'subpackage', 'todo', 'code-example']} %} {# group #} {% endblock %}