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

@ -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$

@ -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"

@ -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

@ -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 <stdio.h>
#include "IK_QJacobianSolver.h"
#include "MT_Quaternion.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

@ -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 <cmath>

@ -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

@ -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

@ -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

@ -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"

@ -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"
/**

@ -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