From a7170f2aca4103abc95e983238a02aba2385b198 Mon Sep 17 00:00:00 2001 From: Jim Lersch <3578051-jlersch@users.noreply.gitlab.com> Date: Thu, 26 Nov 2020 13:39:04 -0700 Subject: [PATCH] Fix doxygen class blocks that were not associated with the correct classes. --- Eigen/src/Core/Reshaped.h | 3 ++- Eigen/src/Geometry/Scaling.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) mode change 100755 => 100644 Eigen/src/Geometry/Scaling.h diff --git a/Eigen/src/Core/Reshaped.h b/Eigen/src/Core/Reshaped.h index a78fd880f..36b4f410c 100644 --- a/Eigen/src/Core/Reshaped.h +++ b/Eigen/src/Core/Reshaped.h @@ -12,7 +12,6 @@ #define EIGEN_RESHAPED_H namespace Eigen { -namespace internal { /** \class Reshaped * \ingroup Core_Module @@ -44,6 +43,8 @@ namespace internal { * \sa DenseBase::reshaped(NRowsType,NColsType) */ +namespace internal { + template struct traits > : traits { diff --git a/Eigen/src/Geometry/Scaling.h b/Eigen/src/Geometry/Scaling.h old mode 100755 new mode 100644 index df650fda6..d352f1f2b --- a/Eigen/src/Geometry/Scaling.h +++ b/Eigen/src/Geometry/Scaling.h @@ -14,7 +14,7 @@ namespace Eigen { /** \geometry_module \ingroup Geometry_Module * - * \class Scaling + * \class UniformScaling * * \brief Represents a generic uniform scaling transformation *