From 9d605a2143ede2e33e6849afbb133f2bd7259c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Voltz?= Date: Thu, 10 Jul 2008 05:46:01 +0000 Subject: [PATCH] - doxygen fix --- ChangeLog | 3 +++ include/sane/sanei_config.h | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ca1eb10f..4f6a3ebca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-07-10 Stéphane Voltz + * include/sane/sanei_config.h: doxygen fix for new function + 2008-07-10 Stéphane Voltz * backend/sanei_constrain_value.c: add support for SANE_Bool in sanei_check_value diff --git a/include/sane/sanei_config.h b/include/sane/sanei_config.h index c5ac2dae0..5032e98ac 100644 --- a/include/sane/sanei_config.h +++ b/include/sane/sanei_config.h @@ -154,8 +154,10 @@ typedef SANE_Status (*config_attach)(SANEI_Config *config, const char *devname); * a line holds a value that is not an option, the attach function is called * with the name found and the configuration structure with it's current values. * - * @param name name of the configuration file to read - * @param attach attach function + * @param config_file name of the configuration file to read + * @param config configuration structure to be filled during configuration parsing + * and passed to the attach callback function + * @param config_attach attach with config callback function * * @return SANE_STATUS_GOOD if no errors * SANE_STATUS_ACCESS_DENIED if configuration file can't be opened