[Pcsclite-cvs-commit] r2466 - trunk/PCSC/src

Ludovic Rousseau rousseau at alioth.debian.org
Tue Mar 6 11:41:30 CET 2007


Author: rousseau
Date: 2007-03-06 10:41:29 +0000 (Tue, 06 Mar 2007)
New Revision: 2466

Modified:
   trunk/PCSC/src/winscard.c
Log:
improve Doxygen


Modified: trunk/PCSC/src/winscard.c
===================================================================
--- trunk/PCSC/src/winscard.c	2007-03-06 09:16:24 UTC (rev 2465)
+++ trunk/PCSC/src/winscard.c	2007-03-06 10:41:29 UTC (rev 2466)
@@ -32,16 +32,16 @@
  * corcoran at musclecard.com.
  *
  *
- * @section API Routines
+ * @section API_Routines
  *
- * These routines specified here are winscard routines like those in the
+ * These routines specified here are winscard.h routines like those in the
  * winscard API provided under Windows(R). These are compatible with the
  * Microsoft(R) API calls. This list of calls is mainly an abstraction of
  * readers. It gives a common API for communication to most readers in a
  * homogeneous fashion.
  *
- * Since all functions can produce a wide array of errors, please refer to §
- * Error codes for a list of error returns.
+ * Since all functions can produce a wide array of errors, please refer to
+ * pcsclite.h for a list of error returns.
  *
  * For a human readable representation of an error the function
  * pcsc_stringify_error() is declared in pcsclite.h. This function is not




More information about the Pcsclite-cvs-commit mailing list