Skip to content

Commit

Permalink
#17 Show the procedure visibility and type
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfbyker committed Sep 19, 2024
1 parent 81c4dbf commit 6ef364a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
toc_label=procedure.signature.name ~ "()") %}

{% if config.separate_signature %}
{{ procedure.signature.name }}()
{{ procedure.signature.visibility }} {{ procedure.signature.procedure_type }} {{ procedure.signature.name }}()
{% else %}
{% filter highlight(language="vba", inline=True) %}
{{ procedure.signature.name }}
{{ procedure.signature.visibility }} {{ procedure.signature.procedure_type }} {{ procedure.signature.name }}
{% include "signature.html" with context %}
{% endfilter %}
{% endif %}
Expand Down

0 comments on commit 6ef364a

Please sign in to comment.