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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Oct 9 08:50:11 UTC 2009


Author: rousseau
Date: Fri Oct  9 08:50:11 2009
New Revision: 4471

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4471
Log:
Doxygen: use @param[in,out] for in and out parameters

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=4471&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Fri Oct  9 08:50:11 2009
@@ -1428,8 +1428,8 @@
  *
  * @ingroup API
  * @param[in] hCard Connection made from SCardConnect().
- * @param mszReaderName [inout] Friendly name of this reader.
- * @param pcchReaderLen [inout] Size of the \p szReaderName multistring.
+ * @param[in,out] mszReaderName Friendly name of this reader.
+ * @param[in,out] pcchReaderLen Size of the \p szReaderName multistring.
  * @param[out] pdwState Current state of this reader. \p pdwState
  * is a DWORD possibly OR'd with the following values:
  * - \ref SCARD_ABSENT - There is no card in the reader.
@@ -1749,7 +1749,7 @@
  * @param[in] hContext Connection context to the PC/SC Resource Manager.
  * @param[in] dwTimeout Maximum waiting time (in milliseconds) for status
  *            change, zero (or \ref INFINITE) for infinite.
- * @param rgReaderStates [inout] Structures of readers with current states.
+ * @param[in,out] rgReaderStates Structures of readers with current states.
  * @param[in] cReaders Number of structures.
  *
  * @return Error code.
@@ -2491,7 +2491,7 @@
  * implemented.
  *
  * @param[out] pbAttr Pointer to a buffer that receives the attribute.
- * @param pcbAttrLen [inout] Length of the \p pbAttr buffer in bytes.
+ * @param[in,out] pcbAttrLen Length of the \p pbAttr buffer in bytes.
  *
  * @return Error code.
  * @retval SCARD_S_SUCCESS Successful (\ref SCARD_S_SUCCESS)
@@ -2752,15 +2752,15 @@
  *
  * @ingroup API
  * @param[in] hCard Connection made from SCardConnect().
- * @param pioSendPci [inout] Structure of Protocol Control Information.
+ * @param[in,out] pioSendPci Structure of Protocol Control Information.
  * - \ref SCARD_PCI_T0 - Pre-defined T=0 PCI structure.
  * - \ref SCARD_PCI_T1 - Pre-defined T=1 PCI structure.
  * - \ref SCARD_PCI_RAW - Pre-defined RAW PCI structure.
  * @param[in] pbSendBuffer APDU to send to the card.
  * @param[in] cbSendLength Length of the APDU.
- * @param pioRecvPci [inout] Structure of protocol information.
+ * @param[in,out] pioRecvPci Structure of protocol information.
  * @param[out] pbRecvBuffer Response from the card.
- * @param pcbRecvLength [inout] Length of the response.
+ * @param[in,out] pcbRecvLength Length of the response.
  *
  * @return Error code.
  * @retval SCARD_S_SUCCESS Successful (\ref SCARD_S_SUCCESS)
@@ -2959,7 +2959,7 @@
  * @param[in] hContext Connection context to the PC/SC Resource Manager.
  * @param[in] mszGroups List of groups to list readers (not used).
  * @param[out] mszReaders Multi-string with list of readers.
- * @param pcchReaders [inout] Size of multi-string buffer including NULL's.
+ * @param[in,out] pcchReaders Size of multi-string buffer including NULL's.
  *
  * @return Connection status.
  * @retval SCARD_S_SUCCESS Successful (\ref SCARD_S_SUCCESS)
@@ -3161,7 +3161,7 @@
  * @ingroup API
  * @param[in] hContext Connection context to the PC/SC Resource Manager.
  * @param[out] mszGroups List of groups to list readers.
- * @param pcchGroups [inout] Size of multi-string buffer including NUL's.
+ * @param[in,out] pcchGroups Size of multi-string buffer including NUL's.
  *
  * @return Error code.
  * @retval SCARD_S_SUCCESS Successful (\ref SCARD_S_SUCCESS)




More information about the Pcsclite-cvs-commit mailing list