aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-06-30 13:19:54 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-06-30 13:19:54 +0200
commit21d940fbe442873d8f4e4c8288526641d34f2d2e (patch)
tree59e07f64e30e8b5385b1dd095d94e0ac8c5385b2 /unsupported/Eigen
parent1688b86823e43b7c6f93a1f825cdb95c9fffc247 (diff)
fix unsupported module doc
Diffstat (limited to 'unsupported/Eigen')
-rw-r--r--unsupported/Eigen/CholmodSupport5
-rw-r--r--unsupported/Eigen/SparseExtra3
-rw-r--r--unsupported/Eigen/SuperLUSupport3
-rw-r--r--unsupported/Eigen/TaucsSupport3
-rw-r--r--unsupported/Eigen/UmfPackSupport3
5 files changed, 10 insertions, 7 deletions
diff --git a/unsupported/Eigen/CholmodSupport b/unsupported/Eigen/CholmodSupport
index 92cd3cfae..a5700a799 100644
--- a/unsupported/Eigen/CholmodSupport
+++ b/unsupported/Eigen/CholmodSupport
@@ -13,9 +13,8 @@
namespace Eigen {
-/** \defgroup CholmodSupport_Module Cholmod Support module
- *
- *
+/** \ingroup Unsupported_modules
+ * \defgroup CholmodSupport_Module Cholmod Support module
*
*
* \code
diff --git a/unsupported/Eigen/SparseExtra b/unsupported/Eigen/SparseExtra
index ba44a9c42..3770d9506 100644
--- a/unsupported/Eigen/SparseExtra
+++ b/unsupported/Eigen/SparseExtra
@@ -17,7 +17,8 @@
namespace Eigen {
-/** \defgroup SparseExtra_Module SparseExtra module
+/** \ingroup Unsupported_modules
+ * \defgroup SparseExtra_Module SparseExtra module
*
* This module contains some experimental features extending the sparse module.
*
diff --git a/unsupported/Eigen/SuperLUSupport b/unsupported/Eigen/SuperLUSupport
index 011532635..e2c03e8e6 100644
--- a/unsupported/Eigen/SuperLUSupport
+++ b/unsupported/Eigen/SuperLUSupport
@@ -26,7 +26,8 @@ namespace Eigen { struct SluMatrix; }
namespace Eigen {
-/** \defgroup SuperLUSupport_Module Super LU support
+/** \ingroup Unsupported_modules
+ * \defgroup SuperLUSupport_Module Super LU support
*
*
*
diff --git a/unsupported/Eigen/TaucsSupport b/unsupported/Eigen/TaucsSupport
index 5867ab96b..585a81810 100644
--- a/unsupported/Eigen/TaucsSupport
+++ b/unsupported/Eigen/TaucsSupport
@@ -28,7 +28,8 @@ extern "C" {
namespace Eigen {
-/** \defgroup TaucsSupport_Module Taucs support module
+/** \ingroup Unsupported_modules
+ * \defgroup TaucsSupport_Module Taucs support module
*
*
*
diff --git a/unsupported/Eigen/UmfPackSupport b/unsupported/Eigen/UmfPackSupport
index df25a080c..964630fc4 100644
--- a/unsupported/Eigen/UmfPackSupport
+++ b/unsupported/Eigen/UmfPackSupport
@@ -9,7 +9,8 @@
namespace Eigen {
-/** \defgroup Sparse_Module Sparse module
+/** \ingroup Unsupported_modules
+ * \defgroup UmfPackSupport_Module UmfPack support module
*
*
*