From 2026ea7ff2be0473511cc74c56538cb98c13d301 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Fri, 11 Dec 2009 15:54:21 +0000 Subject: 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. --- unsupported/Eigen/MatrixFunctions | 3 --- 1 file changed, 3 deletions(-) (limited to 'unsupported/Eigen/MatrixFunctions') 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 * \endcode */ -//@{ #include "src/MatrixFunctions/MatrixExponential.h" -//@} - } -- cgit v1.2.3