From aa4726c7e22bf175a2c2f64c3204ab6295e72e10 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 18 Mar 2014 15:11:39 +1000 Subject: [PATCH] add a linebreak for correct rendering of the documentation Signed-off-by: Peter Hutterer --- libevdev/libevdev.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h index d919ba5..8e50a4e 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -285,6 +285,7 @@ extern "C" { * * if the ABS_MT_TRACKING_ID was a valid ID and is now a different valid * ID, libevev enqueues an ABS_MT_TRACKING_ID event with value -1 and * another ABS_MT_TRACKING_ID event with the new value. + * * An example event sequence for such a sync may look like this: * @code EV_ABS ABS_MT_SLOT 0 -- 2.34.1