diff --git a/cogl/cogl-quaternion.h b/cogl/cogl-quaternion.h index 5c2d7f6d6..4da6f5e27 100644 --- a/cogl/cogl-quaternion.h +++ b/cogl/cogl-quaternion.h @@ -45,9 +45,11 @@ COGL_BEGIN_DECLS * rotations and have some nice properties when compared with other * representation such as (roll,pitch,yaw) Euler angles. They can be * used to interpolate between different rotations and they don't - * suffer from a problem called "Gimbal lock" where two of the axis of - * rotation may become aligned and you loose a degree of freedom. - * (). + * suffer from a problem called + * "Gimbal lock" + * where two of the axis of rotation may become aligned and you loose a + * degree of freedom. + * . */ #include #include