[Pcsclite-cvs-commit] r2893 - /trunk/PCSC/src/debug.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Apr 21 13:25:39 UTC 2008


Author: rousseau
Date: Mon Apr 21 13:25:39 2008
New Revision: 2893

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2893
Log:
doxygen: convert C comments in doxygen comments

Modified:
    trunk/PCSC/src/debug.c

Modified: trunk/PCSC/src/debug.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/debug.c?rev=2893&op=diff
==============================================================================
--- trunk/PCSC/src/debug.c (original)
+++ trunk/PCSC/src/debug.c Mon Apr 21 13:25:39 2008
@@ -25,10 +25,10 @@
 
 #define DEBUG_BUF_SIZE 2048
 
-/* default level is a bit verbose to be backward compatible */
+/** default level is a bit verbose to be backward compatible */
 static char LogLevel = PCSC_LOG_CRITICAL+1;
 
-static signed char LogDoColor = 0;	/* no color by default */
+static signed char LogDoColor = 0;	/**< no color by default */
 void log_init(void);
 
 void log_init(void)




More information about the Pcsclite-cvs-commit mailing list