]> sigrok.org Git - libsigrok.git/commitdiff
Doxygen: Update relevant @since tags to 0.5.1.
authorUwe Hermann <redacted>
Sun, 14 Oct 2018 17:51:46 +0000 (19:51 +0200)
committerUwe Hermann <redacted>
Sun, 14 Oct 2018 20:41:49 +0000 (22:41 +0200)
src/input/input.c
src/log.c
src/resource.c
src/strutil.c

index 282084cab008332593cab865a1e5ad987138a075..f566f89d18a58950195e009b0d5d5ef2844507b5 100644 (file)
@@ -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)
 {
index 701df645e76cf296dfe7c760368704668575a2d5..6b0d34077589e55475d254805f3391869b6dbcfd 100644 (file)
--- 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)
 {
index f2ef8c1587bfb5e0c69a368154fd9bb5d834d805..48404ef2103094c3111498a475b20c7498c1ef30 100644 (file)
@@ -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)
 {
index 93e424ee1f047d7ba96a23c4b657450597a2c94c..49372835a68aee2dcca8e5e3933d51f2614d908e 100644 (file)
@@ -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)