strutil.c: Fix a Doxygen warning.
This commit is contained in:
parent
cd04f641a5
commit
5c436a3bad
|
@ -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
|
* Convert a string representation of a numeric value to a sr_rational.
|
||||||
* 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
|
* The conversion is strict and will fail if the complete string does not
|
||||||
* failure. This version ignores the locale.
|
* 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 str The string representation to convert.
|
||||||
* @param ret Pointer to sr_rational where the result of the conversion will be stored.
|
* @param ret Pointer to sr_rational where the result of the conversion will be stored.
|
||||||
|
|
Loading…
Reference in New Issue