[Pcsclite-cvs-commit] CVS PCSC/src

CVS User rousseau ludovic.rousseau at free.fr
Wed Jul 27 09:36:25 UTC 2005


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv6634

Modified Files:
	winscard_clnt.c 
Log Message:
typos in doxygen documentation


--- /cvsroot/pcsclite/PCSC/src/winscard_clnt.c	2005/05/18 16:36:06	1.57
+++ /cvsroot/pcsclite/PCSC/src/winscard_clnt.c	2005/07/27 09:36:25	1.58
@@ -6,7 +6,7 @@
  *  Damien Sauveron <damien.sauveron at labri.fr>
  *  Ludovic Rousseau <ludovic.rousseau at free.fr>
  *
- * $Id: winscard_clnt.c,v 1.57 2005/05/18 16:36:06 rousseau Exp $
+ * $Id: winscard_clnt.c,v 1.58 2005/07/27 09:36:25 rousseau Exp $
  */
 
 /**
@@ -805,7 +805,7 @@
 
 /**
  * This function terminates a connection to the connection made through 
- * SCardConnect. dwDisposition can have the following values:
+ * SCardConnect(). dwDisposition can have the following values:
  *
  * @param[in] hCard Connection made from SCardConnect.
  * @param[in] dwDisposition Reader function to execute.
@@ -1156,12 +1156,12 @@
 
 /**
  * This function cancels all pending blocking requests on the
- * \c GetStatusChange() function.
+ * \c SCardGetStatusChange() function.
  *
  * @param[in] hCard Connection context to the PC/SC Resource Manager.
  *
  * @return Error code.
- * @retval  SCARD_S_SUCCESS Successful.
+ * @retval SCARD_S_SUCCESS Successful.
  * @retval SCARD_E_INVALID_HANDLE Invalid \p hContext handle.
  *
  * @test
@@ -2372,17 +2372,17 @@
  * } SCARD_IO_REQUEST;
  * @endcode
  * 
- * param[in] hCard Connection made from SCardConnect.
- * param pioSendPci [inout] Structure of protocol information.
+ * @param[in] hCard Connection made from SCardConnect().
+ * @param pioSendPci [inout] Structure of protocol information.
  * <ul>
  *   <li>SCARD_PCI_T0 - Pre-defined T=0 PCI structure.
  *   <li>SCARD_PCI_T1 - Pre-defined T=1 PCI structure.
  * </ul>
- * param[in] pbSendBuffer APDU to send to the card.
- * param[in] cbSendLength Length of the APDU.
- * param pioRecvPci [inout] Structure of protocol information.
- * param[out] pbRecvBuffer Response from the card.
- * param pcbRecvLength [inout] Length of the response.
+ * @param[in] pbSendBuffer APDU to send to the card.
+ * @param[in] cbSendLength Length of the APDU.
+ * @param pioRecvPci [inout] Structure of protocol information.
+ * @param[out] pbRecvBuffer Response from the card.
+ * @param pcbRecvLength [inout] Length of the response.
  *
  * @return Error code.
  * @retval SCARD_S_SUCCESS Successful.




More information about the Pcsclite-cvs-commit mailing list