Minor fixes for sanei documentation.

merge-requests/1/head
Henning Geinitz 2003-09-30 14:14:14 +00:00
rodzic dceb537dff
commit 6cc4885daa
2 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -49,7 +49,7 @@
/** @mainpage SANEI (SANE internal routines) documentation /** @mainpage SANEI (SANE internal routines) documentation
* *
* @image html ../sane-logo2.jpg * @image html ../images/sane-logo2.jpg
* @section intro Introduction * @section intro Introduction
* *
* The header files in the include/sane/ directory named sanei_*.h provide * The header files in the include/sane/ directory named sanei_*.h provide

Wyświetl plik

@ -87,8 +87,7 @@ extern int sanei_scsi_max_request_size;
* @param channel * @param channel
* @param id * @param id
* @param lun * @param lun
* @param attach callback invoked once for each device * @param attach callback invoked once for each device, dev is the real devicename (passed to attach callback)
* @param dev real devicename (passed to attach callback)
* *
*/ */
extern void sanei_scsi_find_devices (const char *vendor, const char *model, extern void sanei_scsi_find_devices (const char *vendor, const char *model,
@ -103,7 +102,7 @@ extern void sanei_scsi_find_devices (const char *vendor, const char *model,
* If it's necessary to adjust the SCSI buffer size, use * If it's necessary to adjust the SCSI buffer size, use
* sanei_scsi_open_extended(). * sanei_scsi_open_extended().
* *
* @param devicename name of the devicefile, e.g. "/dev/sg0" * @param device_name name of the devicefile, e.g. "/dev/sg0"
* @param fd file descriptor * @param fd file descriptor
* @param sense_handler called whenever the SCSI driver returns a sense buffer * @param sense_handler called whenever the SCSI driver returns a sense buffer
* @param sense_arg pointer to data for the sense handler * @param sense_arg pointer to data for the sense handler
@ -133,7 +132,7 @@ extern SANE_Status sanei_scsi_open (const char * device_name, int * fd,
* *
* Note that the value of *buffersize may differ for different files. * Note that the value of *buffersize may differ for different files.
* *
* @param devicename name of the devicefile, e.g. "/dev/sg0" * @param device_name name of the devicefile, e.g. "/dev/sg0"
* @param fd file descriptor * @param fd file descriptor
* @param sense_handler called whenever the SCSI driver returns a sense buffer * @param sense_handler called whenever the SCSI driver returns a sense buffer
* @param sense_arg pointer to data for the sense handler * @param sense_arg pointer to data for the sense handler