X-Git-Url: http://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=strutil.c;h=0b0703e5e9655e3703ffb6bfa5ed09dd4db07ec6;hp=0ddeae0973690ca2ec6535a7758f56a75d34de34;hb=7b870c38e3040fec1165a623ae3986e4fb342218;hpb=b4bd70889f3009f5d836a9bf701725a6aceac039 diff --git a/strutil.c b/strutil.c index 0ddeae09..0b0703e5 100644 --- a/strutil.c +++ b/strutil.c @@ -24,6 +24,14 @@ #include "libsigrok.h" #include "libsigrok-internal.h" +/** + * @defgroup grp_strutil String utilities + * + * Helper functions for handling or converting libsigrok-related strings. + * + * @{ + */ + /** * Convert a numeric value value to its "natural" string representation. * in SI units @@ -419,4 +427,4 @@ SR_API int sr_parse_voltage(const char *voltstr, struct sr_rational *r) return SR_OK; } - +/** @} */