From 95c6ac638f4e6eaa4990806d217581cc308f785d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 19 Dec 2013 11:05:29 +1000 Subject: [PATCH] doc: group li_fixed_t into the fixed point functions Signed-off-by: Peter Hutterer --- src/libinput.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libinput.h b/src/libinput.h index dd1b9fe3..70fd9eb1 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -35,6 +35,8 @@ */ /** + * @ingroup fixed_point + * * libinput 24.8 fixed point real number. */ typedef int32_t li_fixed_t;