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 */ //@{