From 22078a8509d2dc2404201386015cbffa00ccfe00 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Mon, 18 May 2015 20:08:33 +0200 Subject: [PATCH] Documentation: fix str_nfc_target() explanation --- libnfc/nfc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libnfc/nfc.c b/libnfc/nfc.c index a43d9da..c774504 100644 --- a/libnfc/nfc.c +++ b/libnfc/nfc.c @@ -1342,10 +1342,11 @@ str_nfc_modulation_type(const nfc_modulation_type nmt) } /** @ingroup string-converter - * @brief Convert \a nfc_modulation_type value to string + * @brief Convert \a nfc_target content to string * @return Upon successful return, this function returns the number of characters printed (excluding the null byte used to end output to strings), otherwise returns libnfc's error code (negative value) - * @param nt \a nfc_target struct to print + * @param pnt \a nfc_target struct pointer to print * @param buf pointer where string will be allocated, then nfc target information printed + * @param verbose false for essential, true for detailed, human-readable, information * * @warning *buf must be freed using nfc_free() */