From 5d30c23c35aafba3a9bc772b4e66dd70b1ed84de Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 20 May 2015 12:54:45 +1000 Subject: doxygen: corrections/updates Also add depsgraph & physics --- intern/iksolver/extern/IK_solver.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'intern/iksolver') diff --git a/intern/iksolver/extern/IK_solver.h b/intern/iksolver/extern/IK_solver.h index 4de9f143e77..55223806d5c 100644 --- a/intern/iksolver/extern/IK_solver.h +++ b/intern/iksolver/extern/IK_solver.h @@ -35,10 +35,10 @@ * Copyright (C) 2001 NaN Technologies B.V. * - * @author Laurence, Brecht - * @mainpage IK - Blender inverse kinematics module. + * \author Laurence, Brecht + * \page IK - Blender inverse kinematics module. * - * @section about About the IK module + * \section about About the IK module * * This module allows you to create segments and form them into * tree. You can then define a goal points that the end of a given @@ -47,7 +47,7 @@ * to get the as near as possible to the goal. This solver uses an * inverse jacobian method to find a solution. * - * @section issues Known issues with this IK solver. + * \section issues Known issues with this IK solver. * * - There is currently no support for joint constraints in the * solver. This is within the realms of possibility - please ask @@ -60,7 +60,7 @@ * Other algorithms exist which are more suitable for real-time * applications, please ask if this functionality is required. * - * @section dependencies Dependencies + * \section dependencies Dependencies * * This module only depends on Moto. */ -- cgit v1.2.3