aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Rotation2D.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-01-29 23:10:16 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-01-29 23:10:16 +0000
commit82e70fbcae1553d2e4b77dbaacbafbf94bddcdad (patch)
treeb6e47f9e5ea1e57efdfe631c0f7bc6a3020d7d94 /Eigen/src/Geometry/Rotation2D.h
parent13d0a310fdf2d7bafa59a329e36e74498fdbce83 (diff)
fix duplicated geometry module in the doc
Diffstat (limited to 'Eigen/src/Geometry/Rotation2D.h')
-rw-r--r--Eigen/src/Geometry/Rotation2D.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Eigen/src/Geometry/Rotation2D.h b/Eigen/src/Geometry/Rotation2D.h
index 5dea645c8..3e0ea3c62 100644
--- a/Eigen/src/Geometry/Rotation2D.h
+++ b/Eigen/src/Geometry/Rotation2D.h
@@ -25,7 +25,7 @@
#ifndef EIGEN_ROTATION2D_H
#define EIGEN_ROTATION2D_H
-/** \geometry_module \ingroup GeometryModule
+/** \geometry_module \ingroup Geometry_Module
*
* \class Rotation2D
*
@@ -125,10 +125,10 @@ public:
{ return ei_isApprox(m_angle,other.m_angle, prec); }
};
-/** \ingroup GeometryModule
+/** \ingroup Geometry_Module
* single precision 2D rotation type */
typedef Rotation2D<float> Rotation2Df;
-/** \ingroup GeometryModule
+/** \ingroup Geometry_Module
* double precision 2D rotation type */
typedef Rotation2D<double> Rotation2Dd;