[Pcsclite-cvs-commit] r4476 - /trunk/PCSC/src/winscard_clnt.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Oct 9 19:22:05 UTC 2009


Author: rousseau
Date: Fri Oct  9 19:22:05 2009
New Revision: 4476

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4476
Log:
Doxygen improvement

Modified:
    trunk/PCSC/src/winscard_clnt.c

Modified: trunk/PCSC/src/winscard_clnt.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_clnt.c?rev=4476&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Fri Oct  9 19:22:05 2009
@@ -2442,7 +2442,10 @@
  *
  * @ingroup API
  * @param[in] hCard Connection made from SCardConnect().
- * @param[in] dwAttrId Identifier for the attribute to get.
+ * @param[in] dwAttrId Identifier for the attribute to get.\n
+ * Not all the \p dwAttrId values listed above may be implemented in the IFD
+ * Handler you are using. And some \p dwAttrId values not listed here may be
+ * implemented.
  * - \ref SCARD_ATTR_ASYNC_PROTOCOL_TYPES
  * - \ref SCARD_ATTR_ATR_STRING
  * - \ref SCARD_ATTR_CHANNEL_ID
@@ -2485,11 +2488,6 @@
  * - \ref SCARD_ATTR_VENDOR_IFD_TYPE
  * - \ref SCARD_ATTR_VENDOR_IFD_VERSION
  * - \ref SCARD_ATTR_VENDOR_NAME
- *
- * Not all the \p dwAttrId values listed above may be implemented in the IFD
- * Handler you are using. And some \p dwAttrId values not listed here may be
- * implemented.
- *
  * @param[out] pbAttr Pointer to a buffer that receives the attribute.
  * @param[in,out] pcbAttrLen Length of the \p pbAttr buffer in bytes.
  *




More information about the Pcsclite-cvs-commit mailing list