aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2009-09-28 02:42:19 +0200
committerGravatar Thomas Capricelli <orzel@freehackers.org>2009-09-28 02:42:19 +0200
commita4532983226e04a2b5ae9f4746ca7564cbb71063 (patch)
tree0f0dedc49524418e715a3a2dcd2115b117fff350 /unsupported
parent52026eb800edf1e83809d6b8a0cb8b18c7735cf4 (diff)
cleaning doc
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/NonLinear7
1 files 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 <http://www.gnu.org/licenses/>.
-
#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 <unsupported/Eigen/NonLinear>
+ * \endcode
*/
//@{