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 de0268e commit 1399024Copy full SHA for 1399024
data/templates/vuepress/method-header.md.twig
@@ -9,5 +9,5 @@
9
{% endif -%}
10
11
{{ include('method-anchor-ref.md.twig') }}
12
- {{- method.name }} {{ include('badges.md.twig', { elem: method }) }}
+ {{- method.name }} ( ) {{ include('badges.md.twig', { elem: method }) }}
13
-----
0 commit comments