From a73ac7bf574efa3136d6a14a73c7d2d054474eb1 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 4 Feb 2010 21:10:02 +0000 Subject: [PATCH] docs: Use % for defines not # Some links to defines in the gtk-doc annotations were using '#' instead of '%'. --- cogl/cogl-fixed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogl/cogl-fixed.c b/cogl/cogl-fixed.c index 13a967651..f15640639 100644 --- a/cogl/cogl-fixed.c +++ b/cogl/cogl-fixed.c @@ -707,8 +707,8 @@ cogl_fixed_sqrt (CoglFixed x) * * This function is at least 6x faster than clib sqrt() on x86, and (this is * not a typo!) about 500x faster on ARM without FPU. It's error is < 5% - * for arguments < #COGL_SQRTI_ARG_5_PERCENT and < 10% for arguments < - * #COGL_SQRTI_ARG_10_PERCENT. The maximum argument that can be passed to + * for arguments < %COGL_SQRTI_ARG_5_PERCENT and < 10% for arguments < + * %COGL_SQRTI_ARG_10_PERCENT. The maximum argument that can be passed to * this function is COGL_SQRTI_ARG_MAX. * * Return value: integer square root.