sphinx-autoapi/autoapi/templates/dotnet/field.rst
2015-04-08 15:56:05 -07:00

13 lines
196 B
ReStructuredText

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