Clean the manual page titles, links and intro.

This commit is contained in:
Gael Guennebaud
2013-01-06 23:48:59 +01:00
parent c71c06b71f
commit 091a49cad5
13 changed files with 21 additions and 69 deletions

View File

@@ -1,13 +1,9 @@
namespace Eigen {
/** \eigenManualPage TutorialMapClass Interfacing with C/C++ arrays and external libraries: the %Map class
/** \eigenManualPage TutorialMapClass Interfacing with raw buffers: the Map class
\ingroup Tutorial
\li \b Previous: \ref TutorialSparse
\li \b Next:
This tutorial page explains how to work with "raw" C++ arrays. This can be useful in a variety of contexts, particularly when "importing" vectors and matrices from other libraries into Eigen.
This page explains how to work with "raw" C/C++ arrays.
This can be useful in a variety of contexts, particularly when "importing" vectors and matrices from other libraries into Eigen.
\eigenAutoToc
@@ -85,8 +81,6 @@ for (int i = 0; i < n_matrices; i++)
}
\endcode
\li \b Next:
*/
}