cleaning doc

This commit is contained in:
Thomas Capricelli 2009-09-28 02:42:19 +02:00
parent 52026eb800
commit a453298322

View File

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