sphinx-autoapi/autoapi/templates/dotnet/method.rst
2015-04-07 23:42:06 -07:00

13 lines
227 B
ReStructuredText

.. dn:{{ type.lower() }}:: {{ qualifiedName.CSharp }}
{% if summary %}
{% macro render() %}{{ summary }}{% endmacro %}
{{ render()|indent(4) }}
{% endif %}
.. code-block:: csharp
{{ syntax.content.CSharp }}