aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Cross.h
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/Geometry/Cross.h')
-rw-r--r--Eigen/src/Geometry/Cross.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Eigen/src/Geometry/Cross.h b/Eigen/src/Geometry/Cross.h
index 61b630c2a..ab8f7528c 100644
--- a/Eigen/src/Geometry/Cross.h
+++ b/Eigen/src/Geometry/Cross.h
@@ -25,7 +25,8 @@
#ifndef EIGEN_CROSS_H
#define EIGEN_CROSS_H
-/** \returns the cross product of \c *this and \a other */
+/** \geometry_module
+ * \returns the cross product of \c *this and \a other */
template<typename Derived>
template<typename OtherDerived>
inline typename ei_eval<Derived>::type