[Pcsclite-git-commit] [PCSC] 01/03: Doxygen: add a missing parameter documentation

Ludovic Rousseau rousseau at moszumanska.debian.org
Tue Oct 13 14:53:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository PCSC.

commit 1991c0be56d075fbb86357adf4e1590b225e1f9c
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Tue Oct 13 15:07:43 2015 +0200

    Doxygen: add a missing parameter documentation
    
    Fix doxygen warning:
    PCSC/src/winscard_clnt.c:3215: warning: The following parameters of SCardGetAndLockContext(SCARDCONTEXT hContext, int lock) are not documented:
      parameter 'lock'
---
 src/winscard_clnt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/winscard_clnt.c b/src/winscard_clnt.c
index 951434f..d386c7a 100644
--- a/src/winscard_clnt.c
+++ b/src/winscard_clnt.c
@@ -3218,6 +3218,7 @@ error:
  * SCardGetContextTH().
  *
  * @param[in] hContext Application Context whose index will be find.
+ * @param[in] lock if TRUE then the context (if available)
  *
  * @return Index corresponding to the Application Context or -1 if it is
  * not found.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git



More information about the Pcsclite-cvs-commit mailing list