sphinx/tests/roots/test-ext-autodoc/target/metadata.py
Takeshi KOMIYA 469def56b6 Fix #8597: autodoc: metadata only docstring is treated as undocumented
The metadata in docstring is invisible content. Therefore docstring
having only metadata should be treated as undocumented.
2021-05-02 23:17:58 +09:00

3 lines
52 B
Python

def foo():
""":meta metadata-only-docstring:"""