From 8e198d68352933b0e436ad9dee8799dc13892b73 Mon Sep 17 00:00:00 2001 From: Tal Hadad Date: Sun, 19 Jun 2016 20:42:45 +0300 Subject: Complete docs and add ostream operator for EulerAngles. --- unsupported/Eigen/EulerAngles | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'unsupported/Eigen/EulerAngles') 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 * \endcode * + * See \ref EulerAngles for more information. + * */ } -- cgit v1.2.3