]> sigrok.org Git - libsigrok.git/commit
sr_input_new(): Add missing @param comment.
authorUwe Hermann <redacted>
Sun, 18 Jan 2015 15:02:54 +0000 (16:02 +0100)
committerUwe Hermann <redacted>
Mon, 19 Jan 2015 07:47:40 +0000 (08:47 +0100)
commit7a54232ba06b0715e4c98a913d1b316c8c521c2c
treeaf1a295dfcbbfc5e5b278a05199c7045dd2e57f2
parent48d92e2c2e6291412e8a4d2218184112ebf0fad9
sr_input_new(): Add missing @param comment.

This fixes a Doxygen warning:

  src/input/input.c:209: warning: The following parameters of sr_input_new(const struct sr_input_module *imod, GHashTable *options) are not documented:
    parameter 'imod'
src/input/input.c