We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5be8e commit 8d51c5fCopy full SHA for 8d51c5f
phpdoc.dist.xml
@@ -21,6 +21,8 @@
21
<!-- yes|no -->
22
<parameter name="urlFileExtensions" value="no"/>
23
24
+ <parameter name="includeTitle" value="yes"/>
25
+ <!-- yes|no -->
26
<parameter name="includeFooter" value="no"/>
27
</template>
28
</phpdocumentor>
themes/markdown/partials/header.md.twig
@@ -1,5 +1,7 @@
1
{% import 'include/macros.twig' as macros %}
2
+{% if includeTitle != 'no' %}
3
# {{ (node.name ~ titleSuffix | default('')) | raw }}
4
+{% endif %}
5
{% if node.summary | trim %}
6
7
{{ macros.mdEsc(node.summary) | raw }}
0 commit comments