X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Finput%2Finput.c;h=4b36c887c45028db3c1a2b3030c8c94ebd58a3a7;hb=dff0a894356803e238c9ad49c147fbe9aa81c568;hp=b078f5a6bf4febac814d9b0375243ad3f2271869;hpb=8d5228015d0f07ce6626aa52ffb80bc4129f7dbe;p=libsigrok.git diff --git a/src/input/input.c b/src/input/input.c index b078f5a6..4b36c887 100644 --- a/src/input/input.c +++ b/src/input/input.c @@ -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. *