aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Scaling.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/Scaling.h
parent13d0a310fdf2d7bafa59a329e36e74498fdbce83 (diff)
fix duplicated geometry module in the doc
Diffstat (limited to 'Eigen/src/Geometry/Scaling.h')
-rw-r--r--Eigen/src/Geometry/Scaling.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/src/Geometry/Scaling.h b/Eigen/src/Geometry/Scaling.h
index a07e118f0..0fa49c158 100644
--- a/Eigen/src/Geometry/Scaling.h
+++ b/Eigen/src/Geometry/Scaling.h
@@ -25,7 +25,7 @@
#ifndef EIGEN_SCALING_H
#define EIGEN_SCALING_H
-/** \geometry_module \ingroup GeometryModule
+/** \geometry_module \ingroup Geometry_Module
*
* \class Scaling
*
@@ -144,7 +144,7 @@ template<typename Derived>
const DiagonalMatrixWrapper<Derived> Scaling(const MatrixBase<Derived>& coeffs)
{ return coeffs.asDiagonal(); }
-/** \addtogroup GeometryModule */
+/** \addtogroup Geometry_Module */
//@{
/** \deprecated */
typedef DiagonalMatrix<float, 2> AlignedScaling2f;