doc: drop a few unnecessary @ref

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-07-27 15:51:31 +10:00
parent 38b812baf6
commit fbb66279cc

View file

@ -4835,8 +4835,7 @@ enum libinput_config_click_method {
*/
LIBINPUT_CONFIG_CLICK_METHOD_NONE = 0,
/**
* Use software-button areas (see @ref clickfinger) to generate
* button events.
* Use software-button areas to generate button events.
*/
LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS = (1 << 0),
/**