Commit: 07e6f33b1735f27bf2a3ff262e03570f5f9d73c3 Author: Campbell Barton Date: Mon Feb 2 03:54:27 2015 +1100 Branches: temp-mathutils-doc https://developer.blender.org/rB07e6f33b1735f27bf2a3ff262e03570f5f9d73c3
use italic text for args =================================================================== M source/blender/python/mathutils/mathutils_Quaternion.c =================================================================== diff --git a/source/blender/python/mathutils/mathutils_Quaternion.c b/source/blender/python/mathutils/mathutils_Quaternion.c index 543c268..42be316 100644 --- a/source/blender/python/mathutils/mathutils_Quaternion.c +++ b/source/blender/python/mathutils/mathutils_Quaternion.c @@ -1241,13 +1241,13 @@ PyDoc_STRVAR(quaternion_doc, "\n" " (), *no args*\n" " Create an identity quaternion\n" -" (**wxyz**)\n" +" (*wxyz*)\n" " Create a quaternion from a ``(w, x, y, z)`` vector.\n" -" (**exponential_map**)\n" +" (*exponential_map*)\n" " Create a quaternion from a 3d exponential map vector.\n" "\n" " .. seealso:: :meth:`to_exponential_map`\n" -" (**axis**, **angle**)\n" +" (*axis, angle*)\n" " Create a quaternion representing a rotation of *angle* radians over *axis*.\n" "\n" " .. seealso:: :meth:`to_axis_angle`\n" _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
