summaryrefslogtreecommitdiff
path: root/src/libinput.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2019-03-27 15:18:20 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2019-03-27 16:01:10 +1000
commit5d7c93a3d167ebe2ae0a5c256d7f25cd76316c6d (patch)
tree2b25b2257272becf02640436c160f0a4cec56824 /src/libinput.h
parent26702e4d730387f510d532188409f5e344f2de5f (diff)
doc/api: improve readability of the API docs
Still not great and probably makes any professional designer's eyes bleed, but at least it's more readable now. Changes: - spacing after param name so they don't cuddle up with the description - color changes and background image removals to drop the doxygen default look - font size changes to not make things overrun - font family change to make the function prototypes readable Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/libinput.h')
-rw-r--r--src/libinput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libinput.h b/src/libinput.h
index 74c30789..01cdf737 100644
--- a/src/libinput.h
+++ b/src/libinput.h
@@ -2400,7 +2400,7 @@ libinput_event_tablet_tool_get_time_usec(struct libinput_event_tablet_tool *even
* mapped to an eraser-like virtual tool.
*
* If supported by the hardware, a more specific tool id is always
- * available, see * libinput_tablet_tool_get_tool_id().
+ * available, see libinput_tablet_tool_get_tool_id().
*
* @param tool The libinput tool
* @return The tool type for this tool object