From: Uwe Hermann Date: Tue, 16 Apr 2013 10:48:58 +0000 (+0200) Subject: Doxygen: Add missing parameter docs. X-Git-Tag: dsupstream~128 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=85222791a9f3722c1cf659cfd4e4144314dbeec0;hp=63c290b9840d459a9dac5073b71db43688cc94e9;p=libsigrok.git Doxygen: Add missing parameter docs. --- diff --git a/session.c b/session.c index 21bd3d4d..5177dba0 100644 --- a/session.c +++ b/session.c @@ -250,6 +250,7 @@ SR_API int sr_session_datafeed_callback_remove_all(void) * * @param cb Function to call when a chunk of data is received. * Must not be NULL. + * @param cb_data Opaque pointer passed in by the caller. * * @return SR_OK upon success, SR_ERR_BUG if no session exists. */