aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MatrixFunctions
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2009-12-11 15:54:21 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2009-12-11 15:54:21 +0000
commit2026ea7ff2be0473511cc74c56538cb98c13d301 (patch)
tree53126133fcedaba05817b09b62bce10954825a93 /unsupported/Eigen/MatrixFunctions
parent7d444375e744f8f666c15ccd97e9d3dc4b342389 (diff)
Coax doxygen in producing better docs for MatrixFunctions.
The //@{ ... //@} in unsupported/Eigen/MatrixFunctions for some reason caused doxygen to list the constructor of the MatrixExponential class as a separate function in the MatrixFunctions module without any reference to the class; very confusing.
Diffstat (limited to 'unsupported/Eigen/MatrixFunctions')
-rw-r--r--unsupported/Eigen/MatrixFunctions3
1 files changed, 0 insertions, 3 deletions
diff --git a/unsupported/Eigen/MatrixFunctions b/unsupported/Eigen/MatrixFunctions
index 0d785c344..5614f915e 100644
--- a/unsupported/Eigen/MatrixFunctions
+++ b/unsupported/Eigen/MatrixFunctions
@@ -41,12 +41,9 @@ namespace Eigen {
* #include <unsupported/Eigen/MatrixFunctions>
* \endcode
*/
-//@{
#include "src/MatrixFunctions/MatrixExponential.h"
-//@}
-
}