summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-01-13 11:50:21 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-01-13 14:11:28 +1000
commit41cc9053dd87e8b2be89187b73312d85a010c4ef (patch)
tree8339ebc1064013ec9b4d56d471f56eaac8634b4c
parentea8fff291b3bc75ad1934e234a327e22ccd1de7e (diff)
downloadlibinput-41cc9053dd87e8b2be89187b73312d85a010c4ef.tar.gz
doc: add section names to motion normalization subheaders
Otherwise the first word is used as section header and discarded from the output. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--doc/normalization-of-relative-motion.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/normalization-of-relative-motion.dox b/doc/normalization-of-relative-motion.dox
index 31596a93..d0a42e03 100644
--- a/doc/normalization-of-relative-motion.dox
+++ b/doc/normalization-of-relative-motion.dox
@@ -28,7 +28,7 @@ This normalization only applies to accelerated coordinates, unaccelerated
coordinates are left in device-units. It is up to the caller to interpret
those coordinates correctly.
-@section Normalization of touchpad coordinates
+@section motion_normalization_touchpad Normalization of touchpad coordinates
Touchpads may have a different resolution for the horizontal and vertical
axis. Interpreting coordinates from the touchpad without taking resolution
@@ -38,7 +38,7 @@ libinput scales unaccelerated touchpad motion to the resolution of the
touchpad's x axis, i.e. the unaccelerated value for the y axis is:
y = (x / resolution_x) * resolution_y
-@section Setting custom DPI settings
+@section motion_normalization_customization Setting custom DPI settings
Devices usually do not advertise their resolution and libinput relies on
the udev property <b>MOUSE_DPI</b> for this information. This property is usually