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.
This commit is contained in:
Jitse Niesen
2009-12-11 15:54:21 +00:00
parent 7d444375e7
commit 2026ea7ff2
4 changed files with 8 additions and 7 deletions

View File

@@ -41,12 +41,9 @@ namespace Eigen {
* #include <unsupported/Eigen/MatrixFunctions>
* \endcode
*/
//@{
#include "src/MatrixFunctions/MatrixExponential.h"
//@}
}