fix doxygen \ingroup for the array module

This commit is contained in:
Gael Guennebaud 2009-02-09 10:13:06 +00:00
parent 9c14d20656
commit 169696a078
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
#ifndef EIGEN_PARTIAL_REDUX_H #ifndef EIGEN_PARTIAL_REDUX_H
#define EIGEN_PARTIAL_REDUX_H #define EIGEN_PARTIAL_REDUX_H
/** \array_module \ingroup Array /** \array_module \ingroup Array_Module
* *
* \class PartialReduxExpr * \class PartialReduxExpr
* *
@ -131,7 +131,7 @@ struct ei_member_redux {
const BinaryOp m_functor; const BinaryOp m_functor;
}; };
/** \array_module \ingroup Array /** \array_module \ingroup Array_Module
* *
* \class PartialRedux * \class PartialRedux
* *

View File

@ -27,7 +27,7 @@
#ifndef EIGEN_REVERSE_H #ifndef EIGEN_REVERSE_H
#define EIGEN_REVERSE_H #define EIGEN_REVERSE_H
/** \array_module \ingroup Array /** \array_module \ingroup Array_Module
* *
* \class Reverse * \class Reverse
* *

View File

@ -25,7 +25,7 @@
#ifndef EIGEN_SELECT_H #ifndef EIGEN_SELECT_H
#define EIGEN_SELECT_H #define EIGEN_SELECT_H
/** \array_module \ingroup Array /** \array_module \ingroup Array_Module
* *
* \class Select * \class Select
* *