small dox fixes

This commit is contained in:
Benoit Jacob
2008-09-15 16:19:48 +00:00
parent 247f2b0ffa
commit af991a6bdb
2 changed files with 10 additions and 6 deletions

View File

@@ -27,7 +27,11 @@
#define EIGEN_ORTHOMETHODS_H
/** \geometry_module
* \returns the cross product of \c *this and \a other */
*
* \returns the cross product of \c *this and \a other
*
* Here is a very good explanation of cross-product: http://xkcd.com/199/
*/
template<typename Derived>
template<typename OtherDerived>
inline typename MatrixBase<Derived>::EvalType