aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Quaternion.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-26 23:07:33 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-26 23:07:33 +0000
commit63d3ef8204d5687ce6ec3559d1c5451a425d21a2 (patch)
tree65d5d4e1008ae0322f4e7ac579872907ec12104e /Eigen/src/Geometry/Quaternion.h
parent00a8d314c592e63aff39e305b6c5f6a6df20ca70 (diff)
* remove debug code commited by mistake in Assign
* keep going on the doc: added a short geometry tutorial
Diffstat (limited to 'Eigen/src/Geometry/Quaternion.h')
-rw-r--r--Eigen/src/Geometry/Quaternion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Eigen/src/Geometry/Quaternion.h b/Eigen/src/Geometry/Quaternion.h
index 56cb87493..a0d32bec8 100644
--- a/Eigen/src/Geometry/Quaternion.h
+++ b/Eigen/src/Geometry/Quaternion.h
@@ -30,7 +30,7 @@ template<typename Other,
int OtherCols=Other::ColsAtCompileTime>
struct ei_quaternion_assign_impl;
-/** \geometry_module \ingroup Geometry
+/** \geometry_module \ingroup GeometryModule
*
* \class Quaternion
*
@@ -169,10 +169,10 @@ public:
};
-/** \ingroup Geometry
+/** \ingroup GeometryModule
* single precision quaternion type */
typedef Quaternion<float> Quaternionf;
-/** \ingroup Geometry
+/** \ingroup GeometryModule
* double precision quaternion type */
typedef Quaternion<double> Quaterniond;