blender/doc/python_api
Sybren A. Stüvel 2e6e92cf50 Documentation: Support documenting constructors in class __doc__
Python types defined in C can now start their docstring with a
`.. class:: TypeName(args)` line, to document their constructor.
In that case the documentation writer is responsible for indenting the
remainder of the docstring by 3 spaces, matching the generated
documentation.
2015-02-01 14:00:43 +01:00
..
2015-01-29 15:35:06 +11:00
2014-09-17 18:36:17 +10:00