From 65e7039f8d77a3f394288f4af496aff48a1373e3 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Wed, 7 Aug 2013 21:40:59 +0000 Subject: Fix for docstrings of CurvePoint.first_svertex() and CurvePoint.second_svertex(). --- source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/freestyle/intern/python/Interface0D') diff --git a/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp b/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp index 4fa46b62185..69d0adadc00 100644 --- a/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp +++ b/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp @@ -135,7 +135,7 @@ static int CurvePoint_init(BPy_CurvePoint *self, PyObject *args, PyObject *kwds) PyDoc_STRVAR(CurvePoint_first_svertex_doc, "The first SVertex upon which the CurvePoint is built.\n" "\n" -":type: int"); +":type: :class:`SVertex`"); static PyObject *CurvePoint_first_svertex_get(BPy_CurvePoint *self, void *UNUSED(closure)) { @@ -158,7 +158,7 @@ static int CurvePoint_first_svertex_set(BPy_CurvePoint *self, PyObject *value, v PyDoc_STRVAR(CurvePoint_second_svertex_doc, "The second SVertex upon which the CurvePoint is built.\n" "\n" -":type: int"); +":type: :class:`SVertex`"); static PyObject *CurvePoint_second_svertex_get(BPy_CurvePoint *self, void *UNUSED(closure)) { -- cgit v1.2.3