[Libusbx-devel] [PATCH] libusb.h: Correct errors in doxygen comment for struct libusb_device

2013-04-23 Thread Hans de Goede
The comment refers to the non-existing libusb_device_ref and libusb_device_unref functions, this should be libusb_ref_device resp. libusb_unref_device. Signed-off-by: Hans de Goede --- libusb/libusb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libusb/libusb.h b/libus

Re: [Libusbx-devel] [PATCH] libusb.h: Correct errors in doxygen comment for struct libusb_device

2013-04-23 Thread Ludovic Rousseau
2013/4/23 Hans de Goede : > The comment refers to the non-existing libusb_device_ref and > libusb_device_unref functions, this should be libusb_ref_device resp. > libusb_unref_device. > > Signed-off-by: Hans de Goede > --- > libusb/libusb.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions

Re: [Libusbx-devel] [PATCH] libusb.h: Correct errors in doxygen comment for struct libusb_device

2013-04-23 Thread Pete Batard
On 2013.04.23 10:21, Ludovic Rousseau wrote: > The API [1] should be updated but I don't yet know how to do that. As per https://github.com/libusbx/libusbx/wiki/Maintainers%27-Corner: o Run make docs-upload in the /doc directory You'll need to edit the Makefile.am there to change the username for