2015-04-08 22:56:05 +00:00
|
|
|
.. dn:{{ type.lower() }}:: {{ name }}
|
2015-04-08 06:42:06 +00:00
|
|
|
|
|
|
|
{% if summary %}
|
|
|
|
|
|
|
|
{% macro render() %}{{ summary }}{% endmacro %}
|
|
|
|
{{ render()|indent(4) }}
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
.. code-block:: csharp
|
|
|
|
|
2015-04-08 22:56:05 +00:00
|
|
|
{{ syntax }}
|