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'
This commit is contained in:
parent
48d92e2c2e
commit
7a54232ba0
|
@ -210,6 +210,7 @@ SR_API void sr_input_options_free(const struct sr_option **options)
|
|||
* This function is used when a client wants to use a specific input
|
||||
* module to parse a stream. No effort is made to identify the format.
|
||||
*
|
||||
* @param imod The input module to use. Must not be NULL.
|
||||
* @param options GHashTable consisting of keys corresponding with
|
||||
* the module options \c id field. The values should be GVariant
|
||||
* pointers with sunk references, of the same GVariantType as the option's
|
||||
|
|
Loading…
Reference in New Issue