mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 04:40:25 +01:00
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:
parent
9e5d1df4bb
commit
26225f11df
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue