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_TRANSLATION_H
#define EIGEN_TRANSLATION_H
/** \geometry_module \ingroup GeometryModule
/** \geometry_module \ingroup Geometry_Module
*
* \class Translation
*
@@ -153,7 +153,7 @@ public:
};
/** \addtogroup GeometryModule */
/** \addtogroup Geometry_Module */
//@{
typedef Translation<float, 2> Translation2f;
typedef Translation<double,2> Translation2d;