mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 17:38:56 +00:00
docs: Use % for defines not #
Some links to defines in the gtk-doc annotations were using '#' instead of '%'.
This commit is contained in:
parent
8ef5e82dfa
commit
a73ac7bf57
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user