From 26225f11df1713167e0bb835c840530706577964 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 12 Jul 2017 10:16:47 +1000 Subject: [PATCH] doc: add a line break doxygen ends the @bug command when a new section command (@code) is encountered, leaving us with an "Example code:" on the Bug List page. Add an empty line to cut off here. Signed-off-by: Peter Hutterer --- src/libinput.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libinput.h b/src/libinput.h index 6b63d475..4a15affc 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -3141,6 +3141,7 @@ libinput_ref(struct libinput *libinput); * (e.g. a libinput_device). When libinput_unref() returns * NULL, the caller must consider any resources related to that context * invalid. See https://bugs.freedesktop.org/show_bug.cgi?id=91872. + * * Example code: * @code * li = libinput_path_create_context(&interface, NULL);