]> sigrok.org Git - libsigrok.git/blobdiff - session.c
Doxygen: Fix a bunch of warnings and outdated docs.
[libsigrok.git] / session.c
index 5723610ff8da923c3c4f2e5a1cbcca6e2c7cdb40..52c2fe3d6922edce8931be30dee12fe83b2bff74 100644 (file)
--- a/session.c
+++ b/session.c
@@ -122,9 +122,9 @@ SR_API int sr_session_dev_remove_all(void)
 }
 
 /**
- * Add a device to the current session.
+ * Add a device instance to the current session.
  *
- * @param dev The device instance to add to the current session. Must not
+ * @param sdi The device instance to add to the current session. Must not
  *            be NULL. Also, sdi->driver and sdi->driver->dev_open must
  *            not be NULL.
  *