Update docs of PlainObjectBase::Map(); fixes bug #335.

Also fix some typos.
This commit is contained in:
Jitse Niesen
2011-09-03 15:18:21 +01:00
parent a2feb6f3c7
commit 477d3e5726
3 changed files with 4 additions and 7 deletions

View File

@@ -425,9 +425,6 @@ class PlainObjectBase : public internal::dense_xpr_base<Derived>::type
* while the AlignedMap() functions return aligned Map objects and thus should be called only with 16-byte-aligned
* \a data pointers.
*
* These methods do not allow to specify strides. If you need to specify strides, you have to
* use the Map class directly.
*
* \see class Map
*/
//@{