summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-12-30 20:04:31 +0000
committerRobert Bragg <robert@linux.intel.com>2013-01-21 14:20:37 +0000
commiteeb2626ce8198bc857a051ce0094abdc268ea217 (patch)
tree3c1d5ba3da9dfe7ce3b37dc4b7f10653f818d441
parentbd2147dd122455eac326ea83823698626e325589 (diff)
downloadcogl-eeb2626ce8198bc857a051ce0094abdc268ea217.tar.gz
doc: Use <ulink> to make Gimbal Lock reactive
Instead of just having the reference at the end of the paragraph. Usually seen as more usable. (cherry picked from commit 6988d3ae61ab16fb298b34d2bd31860833f04186)
-rw-r--r--cogl/cogl-quaternion.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/cogl/cogl-quaternion.h b/cogl/cogl-quaternion.h
index 5c2d7f6d..4da6f5e2 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.
- * (<ulink url="http://en.wikipedia.org/wiki/Gimbal_lock"/>).
+ * suffer from a problem called
+ * <ulink url="http://en.wikipedia.org/wiki/Gimbal_lock">"Gimbal lock"</ulink>
+ * where two of the axis of rotation may become aligned and you loose a
+ * degree of freedom.
+ * .
*/
#include <cogl/cogl-vector.h>
#include <cogl/cogl-euler.h>