1
0
Fork 0

docs: Use % for defines not #

Some links to defines in the gtk-doc annotations were using '#' instead
of '%'.
This commit is contained in:
Damien Lespiau 2010-02-04 21:10:02 +00:00
parent 8ef5e82dfa
commit a73ac7bf57

View file

@ -707,8 +707,8 @@ cogl_fixed_sqrt (CoglFixed x)
* *
* This function is at least 6x faster than clib sqrt() on x86, and (this is * 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% * 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 < * for arguments < %COGL_SQRTI_ARG_5_PERCENT and < 10% for arguments <
* #COGL_SQRTI_ARG_10_PERCENT. The maximum argument that can be passed to * %COGL_SQRTI_ARG_10_PERCENT. The maximum argument that can be passed to
* this function is COGL_SQRTI_ARG_MAX. * this function is COGL_SQRTI_ARG_MAX.
* *
* Return value: integer square root. * Return value: integer square root.