doc: group li_fixed_t into the fixed point functions

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-12-19 11:05:29 +10:00 committed by Jonas Ådahl
parent e4f4389341
commit 95c6ac638f

View file

@ -35,6 +35,8 @@
*/ */
/** /**
* @ingroup fixed_point
*
* libinput 24.8 fixed point real number. * libinput 24.8 fixed point real number.
*/ */
typedef int32_t li_fixed_t; typedef int32_t li_fixed_t;