From a4532983226e04a2b5ae9f4746ca7564cbb71063 Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Mon, 28 Sep 2009 02:42:19 +0200 Subject: [PATCH] cleaning doc --- unsupported/Eigen/NonLinear | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/unsupported/Eigen/NonLinear b/unsupported/Eigen/NonLinear index 8c373adbf..103843bec 100644 --- a/unsupported/Eigen/NonLinear +++ b/unsupported/Eigen/NonLinear @@ -22,7 +22,6 @@ // License and a copy of the GNU General Public License along with // Eigen. If not, see . - #ifndef EIGEN_NONLINEAR_MODULE_H #define EIGEN_NONLINEAR_MODULE_H @@ -31,8 +30,12 @@ namespace Eigen { /** \ingroup Unsupported_modules - * \defgroup Support for non linear optimization and non linear least + * \defgroup NonLinear Support for non linear optimization and non linear least * square using minpack routines. + * + * \code + * #include + * \endcode */ //@{