X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Finput%2Finput.c;h=8e51e3f96b7285d23611d77b8ac8d46083ce1593;hb=aff94d065e3ef50fa022b3e79b0dc435ae2c5b0a;hp=9ace7f5eb3d1b4792c48bc2a5a75f9f876386043;hpb=e00b3f5897d9b5b85b552f9f8da7684229b9bdfc;p=libsigrok.git diff --git a/src/input/input.c b/src/input/input.c index 9ace7f5e..8e51e3f9 100644 --- a/src/input/input.c +++ b/src/input/input.c @@ -23,7 +23,7 @@ #include #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" /** @cond PRIVATE */ @@ -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); } - /** @} */