mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 02:10:07 +01:00
Fix links to point to the current doc pages
The underscored page names date back to doxygen and have been obsolete for many years now. Closes #1123 Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1202>
This commit is contained in:
parent
7915921a3c
commit
f653ce0a22
4 changed files with 5 additions and 5 deletions
|
|
@ -81,7 +81,7 @@ variables:
|
|||
# distribution #
|
||||
# #
|
||||
# See the documentation here: #
|
||||
# https://wayland.freedesktop.org/libinput/doc/latest/building_libinput.html #
|
||||
# https://wayland.freedesktop.org/libinput/doc/latest/building.html #
|
||||
###############################################################################
|
||||
FEDORA_PACKAGES: 'git-core gcc gcc-c++ pkgconf-pkg-config meson check-devel libudev-devel libevdev-devel doxygen graphviz python3-sphinx python3-recommonmark python3-sphinx_rtd_theme python3-pytest-xdist libwacom-devel cairo-devel gtk4-devel glib2-devel mtdev-devel diffutils wayland-protocols-devel black clang clang-tools-extra jq rpmdevtools valgrind systemd-udev qemu-img qemu-system-x86-core qemu-system-aarch64-core jq python3-click python3-rich virtme-ng'
|
||||
DEBIAN_PACKAGES: 'git gcc g++ pkg-config meson check libudev-dev libevdev-dev doxygen graphviz python3-sphinx python3-recommonmark python3-sphinx-rtd-theme python3-pytest-xdist libwacom-dev libcairo2-dev libgtk-3-dev libglib2.0-dev libmtdev-dev curl'
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ variables:
|
|||
# distribution #
|
||||
# #
|
||||
# See the documentation here: #
|
||||
# https://wayland.freedesktop.org/libinput/doc/latest/building_libinput.html #
|
||||
# https://wayland.freedesktop.org/libinput/doc/latest/building.html #
|
||||
###############################################################################
|
||||
{% for distro in distributions %}
|
||||
{{"%-17s" | format(distro.name.upper() + '_PACKAGES:')}} '{{ distro.packages|join(' ')}}'
|
||||
|
|
|
|||
|
|
@ -1025,7 +1025,7 @@ evdev_device_check_abs_axis_range(struct evdev_device *device,
|
|||
log_info_ratelimit(evdev_libinput_context(device),
|
||||
&device->abs.warning_range.range_warn_limit,
|
||||
"Axis %#x value %d is outside expected range [%d, %d]\n"
|
||||
"See %s/absolute_coordinate_ranges.html for details\n",
|
||||
"See %s/absolute-coordinate-ranges.html for details\n",
|
||||
code, value, min, max,
|
||||
HTTP_DOC_LINK);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ pressure\-related bug report.
|
|||
.PP
|
||||
For a full description on how libinput's pressure-to-click behavior works, see
|
||||
the online documentation here:
|
||||
.I https://wayland.freedesktop.org/libinput/doc/latest/touchpad_pressure.html
|
||||
.I https://wayland.freedesktop.org/libinput/doc/latest/touchpad-pressure.html
|
||||
and
|
||||
.I https://wayland.freedesktop.org/libinput/doc/latest/palm_detection.html
|
||||
.I https://wayland.freedesktop.org/libinput/doc/latest/palm-detection.html
|
||||
.PP
|
||||
This is a debugging tool only, its output may change at any time. Do not
|
||||
rely on the output.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue