mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-06 09:20:27 +00:00
13 lines
227 B
ReStructuredText
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 }}
|