Skip to content

Commit cb2062b

Browse files
committed
.phpdoc/template: Add parent's meta description
It's not used for now but in case of
1 parent 37b216f commit cb2062b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/php_api_ref/.phpdoc/template/class.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% block title %}{{ node.name }} | {{ parent() }}{% endblock %}
44
{% block meta %}
55
<meta name="description" content="{{ node.summary }}" />
6+
{{ parent() }}
67
{% endblock %}
78

89
{% block content %}

tools/php_api_ref/.phpdoc/template/interface.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% block title %}{{ node.name }} | {{ parent() }}{% endblock %}
44
{% block meta %}
55
<meta name="description" content="{{ node.summary }}" />
6+
{{ parent() }}
67
{% endblock %}
78

89
{% block content %}

0 commit comments

Comments
 (0)