mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
5 lines
233 B
JavaScript
5 lines
233 B
JavaScript
document.write(`
|
|
{%- for method in current_class.methods %}
|
|
<a id="{{ current_class.name + ':' + method.name }}" class="fn" href="{{ root(current_class.name + '/' + method.name + '.html') }}">{{ method.name }}</a>
|
|
{%- endfor %}
|
|
`); |