From 2a4fcb2c319bb538f5a3610c28bb74a21441350a Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Fri, 27 Nov 2020 19:40:14 +0100 Subject: [PATCH] Fix doxygen class block that was wrongly named. Manually cherry-picked from a7170f2aca4103abc95e983238a02aba2385b198 --- Eigen/src/Geometry/Scaling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Eigen/src/Geometry/Scaling.h diff --git a/Eigen/src/Geometry/Scaling.h b/Eigen/src/Geometry/Scaling.h old mode 100755 new mode 100644 index f58ca03d9..33eabd81a --- 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 *