doxygen: intern/iksolver tagged. Leaving out TNT, since we have it in multiple locations.

This commit is contained in:
Nathan Letwory
2011-02-25 11:43:19 +00:00
parent 56a4b21695
commit c6f228c485
12 changed files with 72 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file iksolver/extern/IK_solver.h
* \ingroup iksolver
*/
/** /**
* $Id$ * $Id$

View File

@@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file iksolver/intern/IK_QJacobian.cpp
* \ingroup iksolver
*/
#include "IK_QJacobian.h" #include "IK_QJacobian.h"
#include "TNT/svd.h" #include "TNT/svd.h"

View File

@@ -1,5 +1,5 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@@ -28,6 +28,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file iksolver/intern/IK_QJacobian.h
* \ingroup iksolver
*/
#ifndef NAN_INCLUDED_IK_QJacobian_h #ifndef NAN_INCLUDED_IK_QJacobian_h
#define NAN_INCLUDED_IK_QJacobian_h #define NAN_INCLUDED_IK_QJacobian_h

View File

@@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file iksolver/intern/IK_QJacobianSolver.cpp
* \ingroup iksolver
*/
#include <stdio.h> #include <stdio.h>
#include "IK_QJacobianSolver.h" #include "IK_QJacobianSolver.h"
#include "MT_Quaternion.h" #include "MT_Quaternion.h"

View File

@@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file iksolver/intern/IK_QJacobianSolver.h
* \ingroup iksolver
*/
#ifndef NAN_INCLUDED_IK_QJacobianSolver_h #ifndef NAN_INCLUDED_IK_QJacobianSolver_h
#define NAN_INCLUDED_IK_QJacobianSolver_h #define NAN_INCLUDED_IK_QJacobianSolver_h

View File

@@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file iksolver/intern/IK_QSegment.cpp
* \ingroup iksolver
*/
#include "IK_QSegment.h" #include "IK_QSegment.h"
#include <cmath> #include <cmath>

View File

@@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file iksolver/intern/IK_QSegment.h
* \ingroup iksolver
*/
#ifndef NAN_INCLUDED_IK_QSegment_h #ifndef NAN_INCLUDED_IK_QSegment_h
#define NAN_INCLUDED_IK_QSegment_h #define NAN_INCLUDED_IK_QSegment_h

View File

@@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file iksolver/intern/IK_QTask.cpp
* \ingroup iksolver
*/
#include "IK_QTask.h" #include "IK_QTask.h"
// IK_QTask // IK_QTask

View File

@@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file iksolver/intern/IK_QTask.h
* \ingroup iksolver
*/
#ifndef NAN_INCLUDED_IK_QTask_h #ifndef NAN_INCLUDED_IK_QTask_h
#define NAN_INCLUDED_IK_QTask_h #define NAN_INCLUDED_IK_QTask_h

View File

@@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file iksolver/intern/IK_Solver.cpp
* \ingroup iksolver
*/
#include "../extern/IK_solver.h" #include "../extern/IK_solver.h"
#include "IK_QJacobianSolver.h" #include "IK_QJacobianSolver.h"

View File

@@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file iksolver/intern/MT_ExpMap.cpp
* \ingroup iksolver
*/
#include "MT_ExpMap.h" #include "MT_ExpMap.h"
/** /**

View File

@@ -1,4 +1,4 @@
/** /*
* $Id$ * $Id$
* ***** BEGIN GPL LICENSE BLOCK ***** * ***** BEGIN GPL LICENSE BLOCK *****
* *
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
/** \file iksolver/intern/MT_ExpMap.h
* \ingroup iksolver
*/
#ifndef MT_ExpMap_H #ifndef MT_ExpMap_H
#define MT_ExpMap_H #define MT_ExpMap_H