]> sigrok.org Git - libsigrok.git/blobdiff - src/input/input.c
Doxygen consistency fixes (@foo instead of \foo).
[libsigrok.git] / src / input / input.c
index b078f5a6bf4febac814d9b0375243ad3f2271869..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.
  *