mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
doc: fix a few miss-hyphenated disable-while-typing comments
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1372>
This commit is contained in:
parent
db6a04665c
commit
4bb6a31894
1 changed files with 4 additions and 4 deletions
|
|
@ -6700,7 +6700,7 @@ libinput_device_config_dwt_set_enabled(struct libinput_device *device,
|
||||||
/**
|
/**
|
||||||
* @ingroup config
|
* @ingroup config
|
||||||
*
|
*
|
||||||
* Check if the disable-while typing feature is currently enabled on this
|
* Check if the disable-while-typing feature is currently enabled on this
|
||||||
* device. If the device does not support disable-while-typing, this
|
* device. If the device does not support disable-while-typing, this
|
||||||
* function returns @ref LIBINPUT_CONFIG_DWT_DISABLED.
|
* function returns @ref LIBINPUT_CONFIG_DWT_DISABLED.
|
||||||
*
|
*
|
||||||
|
|
@ -6718,7 +6718,7 @@ libinput_device_config_dwt_get_enabled(struct libinput_device *device);
|
||||||
/**
|
/**
|
||||||
* @ingroup config
|
* @ingroup config
|
||||||
*
|
*
|
||||||
* Check if the disable-while typing feature is enabled on this device by
|
* Check if the disable-while-typing feature is enabled on this device by
|
||||||
* default. If the device does not support disable-while-typing, this
|
* default. If the device does not support disable-while-typing, this
|
||||||
* function returns @ref LIBINPUT_CONFIG_DWT_DISABLED.
|
* function returns @ref LIBINPUT_CONFIG_DWT_DISABLED.
|
||||||
*
|
*
|
||||||
|
|
@ -6796,7 +6796,7 @@ libinput_device_config_dwtp_set_enabled(struct libinput_device *device,
|
||||||
/**
|
/**
|
||||||
* @ingroup config
|
* @ingroup config
|
||||||
*
|
*
|
||||||
* Check if the disable-while trackpointing feature is currently enabled on
|
* Check if the disable-while-trackpointing feature is currently enabled on
|
||||||
* this device. If the device does not support disable-while-trackpointing,
|
* this device. If the device does not support disable-while-trackpointing,
|
||||||
* this function returns @ref LIBINPUT_CONFIG_DWTP_DISABLED.
|
* this function returns @ref LIBINPUT_CONFIG_DWTP_DISABLED.
|
||||||
*
|
*
|
||||||
|
|
@ -6816,7 +6816,7 @@ libinput_device_config_dwtp_get_enabled(struct libinput_device *device);
|
||||||
/**
|
/**
|
||||||
* @ingroup config
|
* @ingroup config
|
||||||
*
|
*
|
||||||
* Check if the disable-while trackpointing feature is enabled on this device
|
* Check if the disable-while-trackpointing feature is enabled on this device
|
||||||
* by default. If the device does not support disable-while-trackpointing, this
|
* by default. If the device does not support disable-while-trackpointing, this
|
||||||
* function returns @ref LIBINPUT_CONFIG_DWTP_DISABLED.
|
* function returns @ref LIBINPUT_CONFIG_DWTP_DISABLED.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue