fix duplicated geometry module in the doc

This commit is contained in:
Gael Guennebaud
2009-01-29 23:10:16 +00:00
parent 13d0a310fd
commit 82e70fbcae
10 changed files with 22 additions and 22 deletions

View File

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