From 953c37f8e54349d53106543afacea28af0c5cb2e Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Sun, 9 Aug 2009 05:14:45 +0200 Subject: [PATCH] i wonder how useful this really is, but others do this way. Probably related to doxygen. --- unsupported/Eigen/NonLinear | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unsupported/Eigen/NonLinear b/unsupported/Eigen/NonLinear index 85b958f97..2f1b968f3 100644 --- a/unsupported/Eigen/NonLinear +++ b/unsupported/Eigen/NonLinear @@ -9,9 +9,14 @@ namespace Eigen { * \defgroup Support for non linear optimization and non linear least * square using minpack routines. */ +//@{ #include "src/NonLinear/MathFunctions.h" +//@} + } + + #endif // EIGEN_NONLINEAR_MODULE_H