]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/libsigrok.h
output/srzip: Prevent memory leak in case filename is empty
[libsigrok.git] / include / libsigrok / libsigrok.h
index 233e04a6ce969dd881c02f3c6d5092536e9a356e..356739cc05a8f9bcb15df1923c8e82b0475dcc90 100644 (file)
@@ -1023,13 +1023,13 @@ struct sr_dev_driver {
        int (*cleanup) (const struct sr_dev_driver *driver);
        /** Scan for devices. Driver should do all initialisation required.
         *  Can be called several times, e.g. with different port options.
-        *  \retval NULL Error or no devices found.
-        *  \retval other GSList of a struct sr_dev_inst for each device.
+        *  @retval NULL Error or no devices found.
+        *  @retval other GSList of a struct sr_dev_inst for each device.
         *                Must be freed by caller!
         */
        GSList *(*scan) (struct sr_dev_driver *driver, GSList *options);
        /** Get list of device instances the driver knows about.
-        *  \returns NULL or GSList of a struct sr_dev_inst for each device.
+        *  @returns NULL or GSList of a struct sr_dev_inst for each device.
         *           Must not be freed by caller!
         */
        GSList *(*dev_list) (const struct sr_dev_driver *driver);