doc: fix two duplicated references

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1155>
This commit is contained in:
Peter Hutterer 2025-02-20 15:09:05 +10:00
parent dd78765674
commit 67428b64e0

View file

@ -6919,7 +6919,7 @@ libinput_tablet_tool_config_pressure_range_get_minimum(struct libinput_tablet_to
*
* @see libinput_tablet_tool_config_pressure_range_is_available
* @see libinput_tablet_tool_config_pressure_range_get_minimum
* @see libinput_tablet_tool_config_pressure_range_get_default_maximum
* @see libinput_tablet_tool_config_pressure_range_get_default_minimum
* @see libinput_tablet_tool_config_pressure_range_get_default_maximum
*
* @since 1.26
@ -6962,7 +6962,7 @@ libinput_tablet_tool_config_pressure_range_get_default_minimum(struct libinput_t
* @return The maximum pressure value for this tablet tool
*
* @see libinput_tablet_tool_config_pressure_range_is_available
* @see libinput_tablet_tool_config_pressure_range_get_maximum
* @see libinput_tablet_tool_config_pressure_range_get_minimum
* @see libinput_tablet_tool_config_pressure_range_get_maximum
* @see libinput_tablet_tool_config_pressure_range_get_default_maximum
*