]> sigrok.org Git - libsigrok.git/blobdiff - src/input/input.c
Introduce OutputFlag
[libsigrok.git] / src / input / input.c
index 9ace7f5eb3d1b4792c48bc2a5a75f9f876386043..4b36c887c45028db3c1a2b3030c8c94ebd58a3a7 100644 (file)
@@ -233,7 +233,7 @@ SR_API void sr_input_options_free(const struct sr_option **options)
  *
  * @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
+ * the module options @c id field. The values should be GVariant
  * pointers with sunk references, of the same GVariantType as the option's
  * default value.
  *
@@ -590,5 +590,4 @@ SR_API void sr_input_free(const struct sr_input *in)
        g_free((gpointer)in);
 }
 
-
 /** @} */