lib: Fix lack of description for fp_dscv_dev_get_driver_id()

We documented the return value, but without writing out the function
description.
This commit is contained in:
Bastien Nocera 2018-11-29 13:11:39 +01:00
parent 1781ad140e
commit 2b21430abe

View file

@ -351,7 +351,10 @@ API_EXPORTED struct fp_driver *fp_dscv_dev_get_driver(struct fp_dscv_dev *dev)
* fp_dscv_dev_get_driver_id:
* @dev: a discovered fingerprint device
*
* Returns: the ID for the underlying driver for that device
* Returns a unique driver identifier for the underlying driver
* for that device.
*
* Returns: the ID for #dev
*/
API_EXPORTED uint16_t fp_dscv_dev_get_driver_id(struct fp_dscv_dev *dev)
{