]> sigrok.org Git - libsigrok.git/blobdiff - src/strutil.c
strutil.c: Fix a Doxygen warning.
[libsigrok.git] / 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.