]> sigrok.org Git - libsigrok.git/commitdiff
strutil.c: Fix a Doxygen warning.
authorUwe Hermann <redacted>
Mon, 29 Aug 2016 16:44:43 +0000 (18:44 +0200)
committerUwe Hermann <redacted>
Mon, 29 Aug 2016 19:51:28 +0000 (21:51 +0200)
src/strutil.c

index 3d7283b3e846e87338e7af9f97406dc266ccdee6..11d614b3ccd5bfed0cc4c1b2c3d0b87609038545 100644 (file)
@@ -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.