nfc_free(): fix related doc
This commit is contained in:
parent
95179e7894
commit
09ce0e822c
1 changed files with 2 additions and 2 deletions
|
@ -1171,7 +1171,7 @@ nfc_version(void)
|
||||||
/** @ingroup misc
|
/** @ingroup misc
|
||||||
* @brief Free buffer allocated by libnfc
|
* @brief Free buffer allocated by libnfc
|
||||||
*
|
*
|
||||||
* @param pointer on buffer that need to be freed
|
* @param pointer on buffer that needs to be freed
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
nfc_free(void *p)
|
nfc_free(void *p)
|
||||||
|
@ -1185,7 +1185,7 @@ nfc_free(void *p)
|
||||||
* @param pnd \a nfc_device struct pointer that represent currently used device
|
* @param pnd \a nfc_device struct pointer that represent currently used device
|
||||||
* @param buf pointer where string will be allocated, then information printed
|
* @param buf pointer where string will be allocated, then information printed
|
||||||
*
|
*
|
||||||
* @warning *buf must be freed.
|
* @warning *buf must be freed using nfc_free()
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
nfc_device_get_information_about(nfc_device *pnd, char **buf)
|
nfc_device_get_information_about(nfc_device *pnd, char **buf)
|
||||||
|
|
Loading…
Add table
Reference in a new issue