sphinx-autoapi/autoapi/templates/base/base.rst

12 lines
158 B
ReStructuredText
Raw Normal View History

.. {{ obj.type.lower() }}:: {{ obj.name }}
2015-04-08 05:54:53 +00:00
{% if summary %}
{{ obj.summary }}
{% endif %}
.. code-block:: csharp
{{ obj.syntax.content.CSharp }}