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. --- .../freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp') diff --git a/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp b/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp index f98b6f49940..ec49167b0c1 100644 --- a/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp +++ b/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp @@ -12,6 +12,8 @@ extern "C" { //------------------------INSTANCE METHODS ---------------------------------- static char FEdgeSharp___doc__[] = +"Class hierarchy: :class:`Interface1D` > :class:`FEdge` > :class:`FEdgeSharp`\n" +"\n" "Class defining a sharp FEdge. A Sharp FEdge corresponds to an initial\n" "edge of the input mesh. It can be a silhouette, a crease or a border.\n" "If it is a crease edge, then it is borded by two faces of the mesh.\n" -- cgit v1.2.3