mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-11 19:10:58 +00:00
fd1cef5ced
Added autoapidecorator directive. Abides by autodoc_docstring_signature. autoapifunction documents async functions. Closes #166.
10 lines
141 B
ReStructuredText
10 lines
141 B
ReStructuredText
Autodoc Directives
|
|
==================
|
|
|
|
.. autoapimodule:: example
|
|
:members:
|
|
:noindex:
|
|
|
|
|
|
.. autoapidecorator:: example.decorator_okay
|