nfc_free(): fix related doc

This commit is contained in:
Philippe Teuwen 2013-02-16 22:18:00 +01:00
parent 95179e7894
commit 09ce0e822c

View file

@ -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)