mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
The special members are not treated as "attributes". So they're not handled by DataDocumenter. This moves the detection to the earlier step of filter_members().
15 lines
155 B
Python
15 lines
155 B
Python
undocumented = 1
|
|
|
|
#: docstring
|
|
documented = 1
|
|
|
|
undoc_annotated: int
|
|
|
|
#: docstring
|
|
annotated: int
|
|
|
|
__special__ = 1
|
|
|
|
#: docstring
|
|
__documented_special__ = 1
|