From c7ba6eaacc0d28312134763f7622ef7c233fd1f8 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Sun, 13 Jul 2014 02:12:22 +0900 Subject: Freestyle: minor docstring fixes. --- source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp | 4 ++-- .../freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/freestyle/intern/python') diff --git a/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp b/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp index af9f7198748..6f47ce93ca8 100644 --- a/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp +++ b/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp @@ -268,7 +268,7 @@ void SVertex_mathutils_register_callback() PyDoc_STRVAR(SVertex_point_3d_doc, "The 3D coordinates of the SVertex.\n" "\n" -":type: mathutils.Vector"); +":type: :class:`mathutils.Vector`"); static PyObject *SVertex_point_3d_get(BPy_SVertex *self, void *UNUSED(closure)) { @@ -291,7 +291,7 @@ static int SVertex_point_3d_set(BPy_SVertex *self, PyObject *value, void *UNUSED PyDoc_STRVAR(SVertex_point_2d_doc, "The projected 3D coordinates of the SVertex.\n" "\n" -":type: mathutils.Vector"); +":type: :class:`mathutils.Vector`"); static PyObject *SVertex_point_2d_get(BPy_SVertex *self, void *UNUSED(closure)) { diff --git a/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp b/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp index e4476cf9bcf..d879ac53aaa 100644 --- a/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp +++ b/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp @@ -116,7 +116,7 @@ PyDoc_STRVAR(orientedViewEdgeIterator_object_doc, "value) currently pointed to by this iterator. If the boolean value is true,\n" "the ViewEdge is incoming.\n" "\n" -":type: (:class:`directedViewEdge`, bool)"); +":type: (:class:`ViewEdge`, bool)"); static PyObject *orientedViewEdgeIterator_object_get(BPy_orientedViewEdgeIterator *self, void *UNUSED(closure)) { -- cgit v1.2.3