From f510faed6cb982bc98d3049a78e1ab27ddd9cc16 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Thu, 12 Aug 2010 12:17:47 +0000 Subject: Python API documentation updates: a description of class hierarchy was added to the docstrings of most Python extension types. --- .../intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp') diff --git a/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp b/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp index a11805a9e88..9c9e2e85568 100644 --- a/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp +++ b/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp @@ -40,6 +40,8 @@ int UnaryFunction0DVec2f_Init( PyObject *module ) { //------------------------INSTANCE METHODS ---------------------------------- static char UnaryFunction0DVec2f___doc__[] = +"Class hierarchy: :class:`UnaryFunction0D` > :class:`UnaryFunction0DVec2f`\n" +"\n" "Base class for unary functions (functors) that work on\n" ":class:`Interface0DIterator` and return a 2D vector.\n" "\n" -- cgit v1.2.3