sphinx-autoapi/autoapi/templates/dotnet/delegate.rst

16 lines
235 B
ReStructuredText
Raw Normal View History

{{ short_name }}
{{ "=" * short_name|length }}
.. dn:delegate:: {{ name }}
{% if summary %}
{% macro render() %}{{ summary }}{% endmacro %}
{{ render()|indent(4) }}
{% endif %}
.. code-block:: csharp
{{ syntax }}