aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-02-09 10:13:06 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-02-09 10:13:06 +0000
commit169696a078892671915289280c678f9d7be8486c (patch)
treeb958d851843771fd7cd873760b5c009d8e5c3e0c /Eigen/src
parent9c14d20656b204fc0f38cb3f44644decb8f3eee5 (diff)
fix doxygen \ingroup for the array module
Diffstat (limited to 'Eigen/src')
-rw-r--r--Eigen/src/Array/PartialRedux.h4
-rw-r--r--Eigen/src/Array/Reverse.h2
-rw-r--r--Eigen/src/Array/Select.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/Eigen/src/Array/PartialRedux.h b/Eigen/src/Array/PartialRedux.h
index d2813cfd7..a8a2052fb 100644
--- a/Eigen/src/Array/PartialRedux.h
+++ b/Eigen/src/Array/PartialRedux.h
@@ -26,7 +26,7 @@
#ifndef EIGEN_PARTIAL_REDUX_H
#define EIGEN_PARTIAL_REDUX_H
-/** \array_module \ingroup Array
+/** \array_module \ingroup Array_Module
*
* \class PartialReduxExpr
*
@@ -131,7 +131,7 @@ struct ei_member_redux {
const BinaryOp m_functor;
};
-/** \array_module \ingroup Array
+/** \array_module \ingroup Array_Module
*
* \class PartialRedux
*
diff --git a/Eigen/src/Array/Reverse.h b/Eigen/src/Array/Reverse.h
index a95fb3fa9..6fe7d635c 100644
--- a/Eigen/src/Array/Reverse.h
+++ b/Eigen/src/Array/Reverse.h
@@ -27,7 +27,7 @@
#ifndef EIGEN_REVERSE_H
#define EIGEN_REVERSE_H
-/** \array_module \ingroup Array
+/** \array_module \ingroup Array_Module
*
* \class Reverse
*
diff --git a/Eigen/src/Array/Select.h b/Eigen/src/Array/Select.h
index 9dc3fb1b2..3e9b426eb 100644
--- a/Eigen/src/Array/Select.h
+++ b/Eigen/src/Array/Select.h
@@ -25,7 +25,7 @@
#ifndef EIGEN_SELECT_H
#define EIGEN_SELECT_H
-/** \array_module \ingroup Array
+/** \array_module \ingroup Array_Module
*
* \class Select
*