From dcfbdf238fd4bb954d89c60ffc97f9460e9204a4 Mon Sep 17 00:00:00 2001 From: jonas Date: Tue, 6 Oct 2020 08:59:07 +0200 Subject: Refine comments regarding the relation of o3000_connect(), o3000_disconnect() and o3000_exit(). --- o3000.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/o3000.c b/o3000.c index 31d1adc..b8ede08 100644 --- a/o3000.c +++ b/o3000.c @@ -916,7 +916,7 @@ int __stdcall o3000_disconnect(int id) { * by @ref o3000_get_num_device. * * NOTE - * This function will block until the USB device is disconnected manually or the driver is stopped by calling @ref o3000_exit. + * This function will block until the USB device is disconnected manually or the driver is stopped by calling @ref o3000_disconnect or @ref o3000_exit. * * @param id session ID * @param device_nr device number to connect (use 0 to connect to first available device) @@ -1398,7 +1398,7 @@ _o3000_init_abort: /** * Exit O-3000 session. - * This function closes an active session and releases all system resources. + * This function disconnects and closes an active session. Afterwards it releases all system resources. * * @param id session ID */ -- cgit v1.2.1