aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/EulerAngles
diff options
context:
space:
mode:
authorGravatar Tal Hadad <tal_hd@hotmail.com>2016-06-19 20:42:45 +0300
committerGravatar Tal Hadad <tal_hd@hotmail.com>2016-06-19 20:42:45 +0300
commit8e198d68352933b0e436ad9dee8799dc13892b73 (patch)
treeeffa40ea4050d95471573a3f88a3230c73e0c8f8 /unsupported/Eigen/EulerAngles
parent6edfe8771bcff2fbb3b150daea8bddf83938be09 (diff)
Complete docs and add ostream operator for EulerAngles.
Diffstat (limited to 'unsupported/Eigen/EulerAngles')
-rw-r--r--unsupported/Eigen/EulerAngles7
1 files changed, 3 insertions, 4 deletions
diff --git a/unsupported/Eigen/EulerAngles b/unsupported/Eigen/EulerAngles
index a595b5f2c..521fa3f76 100644
--- a/unsupported/Eigen/EulerAngles
+++ b/unsupported/Eigen/EulerAngles
@@ -24,14 +24,13 @@ namespace Eigen {
*
* Euler angles are a way to represent 3D rotation.
*
- * !TODO! More about the purpose of this module and examples.
- *
- * See EulerAngles for more information.
- *
+ * In order to use this module in your code, include this header:
* \code
* #include <unsupported/Eigen/EulerAngles>
* \endcode
*
+ * See \ref EulerAngles for more information.
+ *
*/
}