Skip to content

Commit

Permalink
Doc: minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Apr 28, 2015
1 parent 0f77565 commit c31f8bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libnfc/nfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,13 +482,13 @@ nfc_initiator_init(nfc_device *pnd)
}

/** @ingroup initiator
* @brief Initialize NFC device as initiator with its secure element initiator (reader)
* @brief Initialize NFC device as initiator with its secure element as target (reader)
* @return Returns 0 on success, otherwise returns libnfc's error code (negative value)
* @param pnd \a nfc_device struct pointer that represent currently used device
*
* The NFC device is configured to function as secure element reader.
* After initialization it can be used to communicate with the secure element.
* @note RF field is desactvated in order to some power
* @note RF field is deactivated in order to save some power
*/
int
nfc_initiator_init_secure_element(nfc_device *pnd)
Expand Down Expand Up @@ -1290,7 +1290,7 @@ nfc_device_get_information_about(nfc_device *pnd, char **buf)
/** @ingroup string-converter
* @brief Convert \a nfc_baud_rate value to string
* @return Returns nfc baud rate
* @param \a nfc_baud_rate to convert
* @param nbr \a nfc_baud_rate to convert
*/
const char *
str_nfc_baud_rate(const nfc_baud_rate nbr)
Expand All @@ -1314,7 +1314,7 @@ str_nfc_baud_rate(const nfc_baud_rate nbr)
/** @ingroup string-converter
* @brief Convert \a nfc_modulation_type value to string
* @return Returns nfc modulation type
* @param \a nfc_modulation_type to convert
* @param nmt \a nfc_modulation_type to convert
*/
const char *
str_nfc_modulation_type(const nfc_modulation_type nmt)
Expand Down

0 comments on commit c31f8bd

Please sign in to comment.