From f22b7283a3822524d03e4d93e6144bc1c9dd13a5 Mon Sep 17 00:00:00 2001 From: Kyle Vedder Date: Thu, 18 Jul 2019 18:12:14 +0000 Subject: Added leading asterisk for Doxygen to consume as it was removing asterisk intended to be part of the code. --- doc/TutorialGeometry.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/TutorialGeometry.dox b/doc/TutorialGeometry.dox index 86e9f1e72..1d214f355 100644 --- a/doc/TutorialGeometry.dox +++ b/doc/TutorialGeometry.dox @@ -232,8 +232,8 @@ On the other hand, since there exist 24 different conventions, they are pretty c to create a rotation matrix according to the 2-1-2 convention.\code Matrix3f m; m = AngleAxisf(angle1, Vector3f::UnitZ()) - * AngleAxisf(angle2, Vector3f::UnitY()) - * AngleAxisf(angle3, Vector3f::UnitZ()); + * * AngleAxisf(angle2, Vector3f::UnitY()) + * * AngleAxisf(angle3, Vector3f::UnitZ()); \endcode -- cgit v1.2.3