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

13 lines
196 B
ReStructuredText
Raw Normal View History

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