From 0f3a068bfdf71d08658462459b1a185c5ec138ce Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Fri, 16 Nov 2007 12:31:59 +0000 Subject: [PATCH] Fixing doxygen warnings --- ChangeLog | 5 +++++ include/sane/sanei_thread.h | 2 +- include/sane/sanei_usb.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e85a8ff3b..72bf3faed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-16 Mattias Ellert + + * include/sane/sanei_thread.h, include/sane/sanei_usb.h: + Fixing doxygen warnings. + 2007-11-16 Gerhard Jaeger * backend/plustek-usb.[ch] backend/plustek-usbcal.c diff --git a/include/sane/sanei_thread.h b/include/sane/sanei_thread.h index 89aadd9ad..b2154fd34 100644 --- a/include/sane/sanei_thread.h +++ b/include/sane/sanei_thread.h @@ -87,7 +87,7 @@ extern SANE_Bool sanei_thread_is_forked (void); * - task id * - -1 if creating the new task failed */ -extern int sanei_thread_begin (int (func) (void *args), void *args); +extern int sanei_thread_begin (int (*func) (void *args), void *args); /** Terminate spawned task. * diff --git a/include/sane/sanei_usb.h b/include/sane/sanei_usb.h index a321ce495..243c4cfca 100644 --- a/include/sane/sanei_usb.h +++ b/include/sane/sanei_usb.h @@ -434,7 +434,7 @@ sanei_usb_set_altinterface (SANE_Int dn, SANE_Int alternate); * other stuff reported by the USB system * * @param dn device number - * @param desc, where to put the information to + * @param desc where to put the information to * * @return * - SANE_STATUS_GOOD - on succes