From: Uwe Hermann Date: Sun, 14 Oct 2018 17:51:46 +0000 (+0200) Subject: Doxygen: Update relevant @since tags to 0.5.1. X-Git-Tag: libsigrok-0.5.1~2 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=6cec31aeace7f941209bc47fd21b72a649777655;p=libsigrok.git Doxygen: Update relevant @since tags to 0.5.1. --- diff --git a/src/input/input.c b/src/input/input.c index 282084ca..f566f89d 100644 --- a/src/input/input.c +++ b/src/input/input.c @@ -538,7 +538,7 @@ SR_API int sr_input_scan_file(const char *filename, const struct sr_input **in) * useful when an application did not create the input stream by specifying * an input module, but instead some shortcut or convenience wrapper did. * - * @since 0.6.0 + * @since 0.5.1 */ SR_API const struct sr_input_module *sr_input_module_get(const struct sr_input *in) { diff --git a/src/log.c b/src/log.c index 701df645..6b0d3407 100644 --- a/src/log.c +++ b/src/log.c @@ -170,7 +170,7 @@ SR_API int sr_log_callback_set_default(void) * * @return SR_OK upon success. * - * @since 0.6.0 + * @since 0.5.1 */ SR_API int sr_log_callback_get(sr_log_callback *cb, void **cb_data) { diff --git a/src/resource.c b/src/resource.c index f2ef8c15..48404ef2 100644 --- a/src/resource.c +++ b/src/resource.c @@ -42,7 +42,7 @@ * * @return List of strings that must be freed after use, including the strings. * - * @since 0.6.0 + * @since 0.5.1 */ SR_API GSList *sr_resourcepaths_get(int res_type) { diff --git a/src/strutil.c b/src/strutil.c index 93e424ee..49372835 100644 --- a/src/strutil.c +++ b/src/strutil.c @@ -281,7 +281,7 @@ SR_PRIV int sr_atof_ascii(const char *str, float *ret) * @return On success, the number of characters that would have been written, * not counting the terminating NUL character. * - * @since 0.6.0 + * @since 0.5.1 */ SR_API int sr_sprintf_ascii(char *buf, const char *format, ...) { @@ -320,7 +320,7 @@ SR_API int sr_sprintf_ascii(char *buf, const char *format, ...) * @return On success, the number of characters that would have been written, * not counting the terminating NUL character. * - * @since 0.6.0 + * @since 0.5.1 */ SR_API int sr_vsprintf_ascii(char *buf, const char *format, va_list args) { @@ -445,7 +445,7 @@ SR_API int sr_vsprintf_ascii(char *buf, const char *format, va_list args) * Notice that only when this returned value is non-negative and less * than buf_size, the string has been completely written. * - * @since 0.6.0 + * @since 0.5.1 */ SR_API int sr_snprintf_ascii(char *buf, size_t buf_size, const char *format, ...) @@ -492,7 +492,7 @@ SR_API int sr_snprintf_ascii(char *buf, size_t buf_size, * Notice that only when this returned value is non-negative and less * than buf_size, the string has been completely written. * - * @since 0.6.0 + * @since 0.5.1 */ SR_API int sr_vsnprintf_ascii(char *buf, size_t buf_size, const char *format, va_list args)