Fix doxygen class blocks that were not associated with the correct classes.

This commit is contained in:
Jim Lersch 2020-11-26 13:39:04 -07:00
parent 550e8f8f57
commit a7170f2aca
2 changed files with 3 additions and 2 deletions

View File

@ -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<typename XprType, int Rows, int Cols, int Order>
struct traits<Reshaped<XprType, Rows, Cols, Order> > : traits<XprType>
{

2
Eigen/src/Geometry/Scaling.h Executable file → Normal file
View File

@ -14,7 +14,7 @@ namespace Eigen {
/** \geometry_module \ingroup Geometry_Module
*
* \class Scaling
* \class UniformScaling
*
* \brief Represents a generic uniform scaling transformation
*