aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/MPRealSupport3
-rw-r--r--unsupported/doc/Overview.dox11
2 files changed, 12 insertions, 2 deletions
diff --git a/unsupported/Eigen/MPRealSupport b/unsupported/Eigen/MPRealSupport
index 8f6132946..44d75856e 100644
--- a/unsupported/Eigen/MPRealSupport
+++ b/unsupported/Eigen/MPRealSupport
@@ -36,7 +36,8 @@
namespace Eigen {
- /** \defgroup MPRealSupport_Module MPFRC++ Support module
+ /** \ingroup Unsupported_modules
+ * \defgroup MPRealSupport_Module MPFRC++ Support module
*
* \code
* #include <Eigen/MPRealSupport>
diff --git a/unsupported/doc/Overview.dox b/unsupported/doc/Overview.dox
index c09f06857..458b507b5 100644
--- a/unsupported/doc/Overview.dox
+++ b/unsupported/doc/Overview.dox
@@ -1,13 +1,22 @@
namespace Eigen {
-o /** \mainpage Eigen's unsupported modules
+/** \mainpage Eigen's unsupported modules
This is the API documentation for Eigen's unsupported modules.
These modules are contributions from various users. They are provided "as is", without any support.
+Click on the \e Modules tab at the top of this page to get a list of all unsupported modules.
+
Don't miss the <a href="..//index.html">official Eigen documentation</a>.
+
+\defgroup Unsupported_modules Unsupported modules
+
+The unsupported modules are contributions from various users. They are
+provided "as is", without any support. Nevertheless, some of them are
+subject to be included in Eigen in the future.
+
*/
}