From b0cb5e6d48fdb8312d2896fdc495d9b6b0d02188 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 11 Jan 2013 10:40:35 +0100 Subject: remove the 'Unsupported Modules' meta module --- unsupported/Eigen/MPRealSupport | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'unsupported/Eigen/MPRealSupport') diff --git a/unsupported/Eigen/MPRealSupport b/unsupported/Eigen/MPRealSupport index 1115a710c..dfef0fe4e 100644 --- a/unsupported/Eigen/MPRealSupport +++ b/unsupported/Eigen/MPRealSupport @@ -17,21 +17,20 @@ namespace Eigen { - /** \ingroup Unsupported_modules - * \defgroup MPRealSupport_Module MPFRC++ Support module - * - * \code - * #include - * \endcode - * - * This module provides support for multi precision floating point numbers - * via the MPFR C++ - * library which itself is built upon MPFR/GMP. - * - * You can find a copy of MPFR C++ that is known to be compatible in the unsupported/test/mpreal folder. - * - * Here is an example: - * +/** + * \defgroup MPRealSupport_Module MPFRC++ Support module + * \code + * #include + * \endcode + * + * This module provides support for multi precision floating point numbers + * via the MPFR C++ + * library which itself is built upon MPFR/GMP. + * + * You can find a copy of MPFR C++ that is known to be compatible in the unsupported/test/mpreal folder. + * + * Here is an example: + * \code #include #include @@ -55,8 +54,8 @@ int main() return 0; } \endcode - * - */ + * + */ template<> struct NumTraits : GenericNumTraits -- cgit v1.2.3