aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/EulerAngles
diff options
context:
space:
mode:
authorGravatar Tal Hadad <tal_hd@hotmail.com>2016-06-06 22:01:40 +0300
committerGravatar Tal Hadad <tal_hd@hotmail.com>2016-06-06 22:01:40 +0300
commite30133e439c98fa5ec981339fc3d6bc6be7f2e1b (patch)
tree6177e77fd67557275ff8ad1a7a80b8e9789609c9 /unsupported/Eigen/EulerAngles
parent52e4cbf539345f550db213f4fe695ec8e5f2da2a (diff)
Doc EulerAngles class, and minor fixes.
Diffstat (limited to 'unsupported/Eigen/EulerAngles')
-rw-r--r--unsupported/Eigen/EulerAngles2
1 files changed, 2 insertions, 0 deletions
diff --git a/unsupported/Eigen/EulerAngles b/unsupported/Eigen/EulerAngles
index 08cc74237..5e1d2ccba 100644
--- a/unsupported/Eigen/EulerAngles
+++ b/unsupported/Eigen/EulerAngles
@@ -22,6 +22,8 @@ namespace Eigen {
* \defgroup EulerAngles_Module EulerAngles module
* \brief This module provides generic euler angles rotation.
*
+ * See EulerAngles for more information.
+ *
* \code
* #include <unsupported/Eigen/EulerAngles>
* \endcode