Blender Git Loki
Git Commits -> Revision 2e6e92c
Revision 2e6e92c by Sybren A. Stüvel (master) February 1, 2015, 13:00 (GMT) |
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. |
Commit Details:
Full Hash: 2e6e92cf50f3f0845757e1bd6afe8814e93d13f7
Parent Commit: 9fa628f
Lines Changed: +9, -3
1 Modified Path:
/doc/python_api/sphinx_doc_gen.py (+9, -3) (Diff)