Skip to content

Commit c9ed1ec

Browse files
committed
Add Attributes
1 parent cb3c12e commit c9ed1ec

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tools/php_api_ref/.phpdoc/template/components/constant.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
{% include 'components/description.html.twig' with { node: constant } %}
1010
{% include 'components/description.html.twig' with { node: constant.var[0] } %}
1111
{% include 'components/tags.html.twig' with {node: constant } %}
12+
{% include 'components/attributes.html.twig' with { node: constant } %}

tools/php_api_ref/.phpdoc/template/components/enum-case.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
{% include 'components/description.html.twig' with { node: case } %}
77
{% include 'components/description.html.twig' with { node: case.var[0] } %}
88
{% include 'components/tags.html.twig' with { node: case } %}
9+
{% include 'components/attributes.html.twig' with { node: case } %}
910
</article>

tools/php_api_ref/.phpdoc/template/components/method.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
{% include 'components/method-arguments.html.twig' with { node: method } %}
1616
{% include 'components/method-response.html.twig' with { node: method } %}
1717
{% include 'components/tags.html.twig' with { node: method } %}
18+
{% include 'components/attributes.html.twig' with { node: method } %}

tools/php_api_ref/.phpdoc/template/components/property.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
{% include 'components/description.html.twig' with { node: property } %}
1414
{% include 'components/description.html.twig' with { node: property.var[0] } %}
1515
{% include 'components/tags.html.twig' with {node: property } %}
16+
{% include 'components/attributes.html.twig' with { node: property } %}

0 commit comments

Comments
 (0)