[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / docs / _templates / components / edit-this-page.html
blob671caeac52f6d2560bf8b966250fad8db2783e5d
1 {% extends "furo/components/edit-this-page.html" %}
3 {% block link_available -%}
4 {%- if pagename.startswith("python_api") -%}
5 <!-- Python API docs are generated. -->
6 {%- else -%}
7 {{ furo_edit_button(determine_page_edit_link()) }}
8 {%- endif -%}
9 {%- endblock %}