backporting commit 918468 (fix MSVC internal error)

This commit is contained in:
Gael Guennebaud
2009-01-29 23:14:51 +00:00
parent 18ca438a62
commit 7408e923a7
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
*
@@ -152,7 +152,7 @@ public:
};
/** \addtogroup GeometryModule */
/** \addtogroup Geometry_Module */
//@{
typedef Translation<float, 2> Translation2f;
typedef Translation<double,2> Translation2d;