diff --git a/intern/iksolver/extern/IK_solver.h b/intern/iksolver/extern/IK_solver.h index aac713c0ab8..817ee3a02c5 100644 --- a/intern/iksolver/extern/IK_solver.h +++ b/intern/iksolver/extern/IK_solver.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file iksolver/extern/IK_solver.h + * \ingroup iksolver + */ + + /** * $Id$ diff --git a/intern/iksolver/intern/IK_QJacobian.cpp b/intern/iksolver/intern/IK_QJacobian.cpp index 8c3ce960a00..6cc73e9c808 100644 --- a/intern/iksolver/intern/IK_QJacobian.cpp +++ b/intern/iksolver/intern/IK_QJacobian.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file iksolver/intern/IK_QJacobian.cpp + * \ingroup iksolver + */ + + #include "IK_QJacobian.h" #include "TNT/svd.h" diff --git a/intern/iksolver/intern/IK_QJacobian.h b/intern/iksolver/intern/IK_QJacobian.h index 0b889097568..438b9a02c67 100644 --- a/intern/iksolver/intern/IK_QJacobian.h +++ b/intern/iksolver/intern/IK_QJacobian.h @@ -1,5 +1,5 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -28,6 +28,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file iksolver/intern/IK_QJacobian.h + * \ingroup iksolver + */ + + #ifndef NAN_INCLUDED_IK_QJacobian_h #define NAN_INCLUDED_IK_QJacobian_h diff --git a/intern/iksolver/intern/IK_QJacobianSolver.cpp b/intern/iksolver/intern/IK_QJacobianSolver.cpp index 1a8e39014c6..f4f41d23c44 100644 --- a/intern/iksolver/intern/IK_QJacobianSolver.cpp +++ b/intern/iksolver/intern/IK_QJacobianSolver.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file iksolver/intern/IK_QJacobianSolver.cpp + * \ingroup iksolver + */ + + #include #include "IK_QJacobianSolver.h" #include "MT_Quaternion.h" diff --git a/intern/iksolver/intern/IK_QJacobianSolver.h b/intern/iksolver/intern/IK_QJacobianSolver.h index e59958f060c..b87ad2322ab 100644 --- a/intern/iksolver/intern/IK_QJacobianSolver.h +++ b/intern/iksolver/intern/IK_QJacobianSolver.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file iksolver/intern/IK_QJacobianSolver.h + * \ingroup iksolver + */ + + #ifndef NAN_INCLUDED_IK_QJacobianSolver_h #define NAN_INCLUDED_IK_QJacobianSolver_h diff --git a/intern/iksolver/intern/IK_QSegment.cpp b/intern/iksolver/intern/IK_QSegment.cpp index 5de5846cb61..4f05e750e78 100644 --- a/intern/iksolver/intern/IK_QSegment.cpp +++ b/intern/iksolver/intern/IK_QSegment.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file iksolver/intern/IK_QSegment.cpp + * \ingroup iksolver + */ + + #include "IK_QSegment.h" #include diff --git a/intern/iksolver/intern/IK_QSegment.h b/intern/iksolver/intern/IK_QSegment.h index f6073a94a96..c34a40d2082 100644 --- a/intern/iksolver/intern/IK_QSegment.h +++ b/intern/iksolver/intern/IK_QSegment.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file iksolver/intern/IK_QSegment.h + * \ingroup iksolver + */ + + #ifndef NAN_INCLUDED_IK_QSegment_h #define NAN_INCLUDED_IK_QSegment_h diff --git a/intern/iksolver/intern/IK_QTask.cpp b/intern/iksolver/intern/IK_QTask.cpp index b84c6c60617..32ecb833899 100644 --- a/intern/iksolver/intern/IK_QTask.cpp +++ b/intern/iksolver/intern/IK_QTask.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file iksolver/intern/IK_QTask.cpp + * \ingroup iksolver + */ + + #include "IK_QTask.h" // IK_QTask diff --git a/intern/iksolver/intern/IK_QTask.h b/intern/iksolver/intern/IK_QTask.h index 93dbbfc280f..eaf4705ce9d 100644 --- a/intern/iksolver/intern/IK_QTask.h +++ b/intern/iksolver/intern/IK_QTask.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file iksolver/intern/IK_QTask.h + * \ingroup iksolver + */ + + #ifndef NAN_INCLUDED_IK_QTask_h #define NAN_INCLUDED_IK_QTask_h diff --git a/intern/iksolver/intern/IK_Solver.cpp b/intern/iksolver/intern/IK_Solver.cpp index beb82f08ed4..74fcc082929 100644 --- a/intern/iksolver/intern/IK_Solver.cpp +++ b/intern/iksolver/intern/IK_Solver.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file iksolver/intern/IK_Solver.cpp + * \ingroup iksolver + */ + + #include "../extern/IK_solver.h" #include "IK_QJacobianSolver.h" diff --git a/intern/iksolver/intern/MT_ExpMap.cpp b/intern/iksolver/intern/MT_ExpMap.cpp index 0c8473995fc..7bce8f5f792 100644 --- a/intern/iksolver/intern/MT_ExpMap.cpp +++ b/intern/iksolver/intern/MT_ExpMap.cpp @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file iksolver/intern/MT_ExpMap.cpp + * \ingroup iksolver + */ + + #include "MT_ExpMap.h" /** diff --git a/intern/iksolver/intern/MT_ExpMap.h b/intern/iksolver/intern/MT_ExpMap.h index 57e2ee87e83..500a0b90a46 100644 --- a/intern/iksolver/intern/MT_ExpMap.h +++ b/intern/iksolver/intern/MT_ExpMap.h @@ -1,4 +1,4 @@ -/** +/* * $Id$ * ***** BEGIN GPL LICENSE BLOCK ***** * @@ -27,6 +27,11 @@ * ***** END GPL LICENSE BLOCK ***** */ +/** \file iksolver/intern/MT_ExpMap.h + * \ingroup iksolver + */ + + #ifndef MT_ExpMap_H #define MT_ExpMap_H