documentation: exclude some files.
This commit is contained in:
parent
983d4932f3
commit
e9bd9e4b67
2 changed files with 10 additions and 1 deletions
|
@ -609,7 +609,13 @@ RECURSIVE = NO
|
|||
# excluded from the INPUT source files. This way you can easily exclude a
|
||||
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
||||
|
||||
EXCLUDE =
|
||||
EXCLUDE = @top_srcdir@/libnfc/drivers.h \
|
||||
@top_srcdir@/libnfc/iso14443-subr.c \
|
||||
@top_srcdir@/libnfc/iso7816.h \
|
||||
@top_srcdir@/libnfc/log-printf.c \
|
||||
@top_srcdir@/libnfc/log.h \
|
||||
@top_srcdir@/libnfc/mirror-subrc.c \
|
||||
@top_srcdir@/libnfc/mirror-subrc.h \
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
||||
# directories that are symbolic links (a Unix filesystem feature) are excluded
|
||||
|
|
|
@ -499,6 +499,7 @@ nfc_initiator_poll_target (nfc_device *pnd,
|
|||
*
|
||||
* @param pnd \a nfc_device struct pointer that represent currently used device
|
||||
* @param ndm desired D.E.P. mode (\a NDM_ACTIVE or \a NDM_PASSIVE for active, respectively passive mode)
|
||||
* @param nbr desired baud rate
|
||||
* @param ndiInitiator pointer \a nfc_dep_info struct that contains \e NFCID3 and \e General \e Bytes to set to the initiator device (optionnal, can be \e NULL)
|
||||
* @param[out] pnt is a \a nfc_target struct pointer where target information will be put.
|
||||
* @param timeout in milliseconds
|
||||
|
@ -924,6 +925,8 @@ nfc_strerror (const nfc_device *pnd)
|
|||
* @return Returns 0 upon success
|
||||
*
|
||||
* @param pnd \a nfc_device struct pointer that represent currently used device
|
||||
* @param pcStrErrBuf a string that contains the last error.
|
||||
* @param szBufLen size of buffer
|
||||
*/
|
||||
int
|
||||
nfc_strerror_r (const nfc_device *pnd, char *pcStrErrBuf, size_t szBufLen)
|
||||
|
|
Loading…
Reference in a new issue