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 <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-07-12 10:16:47 +10:00
parent 9e5d1df4bb
commit 26225f11df

View file

@ -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);