From 7ee92df12adb8015451aaecfeccd7dd62cc2314e Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Wed, 24 Feb 2016 01:07:20 -0800 Subject: Misc: Prefix doxygen references in order to namespace libusb This change add "libusb_" to every group and page definition (and updates all references accordingly) so that generated man pages are namespaced for libusb, thus avoiding possible conflict with other packages. Closes #131 Signed-off-by: Chris Dickens --- libusb/hotplug.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libusb/hotplug.c') diff --git a/libusb/hotplug.c b/libusb/hotplug.c index 85d44af..5db8d0b 100644 --- a/libusb/hotplug.c +++ b/libusb/hotplug.c @@ -34,14 +34,14 @@ #include "hotplug.h" /** - * @defgroup hotplug Device hotplug event notification + * @defgroup libusb_hotplug Device hotplug event notification * This page details how to use the libusb hotplug interface, where available. * * Be mindful that not all platforms currently implement hotplug notification and * that you should first call on \ref libusb_has_capability() with parameter * \ref LIBUSB_CAP_HAS_HOTPLUG to confirm that hotplug support is available. * - * \page hotplug Device hotplug event notification + * \page libusb_hotplug Device hotplug event notification * * \section hotplug_intro Introduction * @@ -83,8 +83,8 @@ * safe to call any libusb function that takes a libusb_device. It also safe to * open a device and submit asynchronous transfers. However, most other functions * that take a libusb_device_handle are not safe to call. Examples of such - * functions are any of the \ref syncio "synchronous API" functions or the blocking - * functions that retrieve various \ref desc "USB descriptors". These functions must + * functions are any of the \ref libusb_syncio "synchronous API" functions or the blocking + * functions that retrieve various \ref libusb_desc "USB descriptors". These functions must * be used outside of the context of the hotplug callback. * * When handling a LIBUSB_HOTPLUG_EVENT_DEVICE_LEFT event the only safe function -- cgit v1.2.1