[libnfc] r1314 committed - documentation: exclude some files.

0 views
Skip to first unread message

lib...@googlecode.com

unread,
Jan 31, 2012, 10:35:53 AM1/31/12
to libnfc-...@googlegroups.com
Revision: 1314
Author: adi...@il4p.fr
Date: Tue Jan 31 07:35:13 2012
Log: documentation: exclude some files.
http://code.google.com/p/libnfc/source/detail?r=1314

Modified:
/trunk/Doxyfile.in
/trunk/libnfc/nfc.c

=======================================
--- /trunk/Doxyfile.in Tue Jan 31 06:28:45 2012
+++ /trunk/Doxyfile.in Tue Jan 31 07:35:13 2012
@@ -609,7 +609,13 @@
# 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
=======================================
--- /trunk/libnfc/nfc.c Tue Jan 31 06:28:45 2012
+++ /trunk/libnfc/nfc.c Tue Jan 31 07:35:13 2012
@@ -499,6 +499,7 @@
*
* @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 @@
* @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)

Reply all
Reply to author
Forward
0 new messages