From: Uwe Hermann Date: Mon, 29 Aug 2016 16:44:43 +0000 (+0200) Subject: strutil.c: Fix a Doxygen warning. X-Git-Tag: libsigrok-0.5.0~226 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=5c436a3bad14fe6edbc1c3d99006d8e81293ca30 strutil.c: Fix a Doxygen warning. --- diff --git a/src/strutil.c b/src/strutil.c index 3d7283b3..11d614b3 100644 --- a/src/strutil.c +++ b/src/strutil.c @@ -212,10 +212,11 @@ SR_PRIV int sr_atof_ascii(const char *str, float *ret) } /** - * Convert a string representation of a numeric value to a @sr_rational. The - * conversion is strict and will fail if the complete string does not represent - * a valid number. The function sets errno according to the details of the - * failure. This version ignores the locale. + * Convert a string representation of a numeric value to a sr_rational. + * + * The conversion is strict and will fail if the complete string does not + * represent a valid number. The function sets errno according to the details + * of the failure. This version ignores the locale. * * @param str The string representation to convert. * @param ret Pointer to sr_rational where the result of the conversion will be stored.