Fix stray code tag in html

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-06-18 21:57:34 +10:00
parent cd66429c18
commit 90697197df

View file

@ -490,7 +490,7 @@ int libevdev_kernel_enable_event_type(struct libevdev *dev, unsigned int type);
int libevdev_kernel_enable_event_code(struct libevdev *dev, unsigned int type, unsigned int code);
/**
* Set the device's EV_ABS/<code> axis to the value defined in the abs
* Set the device's EV_ABS axis to the value defined in the abs
* parameter. This will be written to the kernel.
*
* @return zero on success, or a negative errno on failure