From a6b505ef0b2e23abe5c2ba52b78e0b411d746b7a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Jun 2013 06:02:46 +0000 Subject: style cleanup --- source/blender/blenlib/intern/math_vector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/math_vector.c') diff --git a/source/blender/blenlib/intern/math_vector.c b/source/blender/blenlib/intern/math_vector.c index 82b295d39b2..78266c47170 100644 --- a/source/blender/blenlib/intern/math_vector.c +++ b/source/blender/blenlib/intern/math_vector.c @@ -133,7 +133,7 @@ void mid_v3_v3v3v3(float v[3], const float v1[3], const float v2[3], const float * Specialized function for calculating normals. * fastpath for: * -* \code{.c} + * \code{.c} * add_v3_v3v3(r, a, b); * normalize_v3(r) * mul_v3_fl(r, angle_normalized_v3v3(a, b) / M_PI_2); -- cgit v1.2.3