Minor documentation fixes - change \note entries to \warning where appropriate and...
[pub/lufa.git] / LUFA / Drivers / USB / Core / UC3 / Device_UC3.h
index 0781d43..36c452f 100644 (file)
@@ -73,7 +73,7 @@
                         *  USB interface should be initialized in low speed (1.5Mb/s) mode.
                         *
                         *  \note Restrictions apply on the number, size and type of endpoints which can be used
-                        *        when running in low speed mode - refer to the USB 2.0 specification.
+                        *        when running in low speed mode - please refer to the USB 2.0 specification.
                         */
                        #define USB_DEVICE_OPT_LOWSPEED                (1 << 0)
 
                         *  Typically, this is implemented so that HID devices (mice, keyboards, etc.) can wake up the
                         *  host computer when the host has suspended all USB devices to enter a low power state.
                         *
-                        *  \note This macro should only be used if the device has indicated to the host that it
+                        *  \note This function should only be used if the device has indicated to the host that it
                         *        supports the Remote Wakeup feature in the device descriptors, and should only be
                         *        issued if the host is currently allowing remote wakeup events from the device (i.e.,
                         *        the \ref USB_Device_RemoteWakeupEnabled flag is set). When the \c NO_DEVICE_REMOTE_WAKEUP
-                        *        compile time option is used, this macro is unavailable.
-                        *        \n\n
+                        *        compile time option is used, this function is unavailable.
                         *
                         *  \note The USB clock must be running for this function to operate. If the stack is initialized with
                         *        the \ref USB_OPT_MANUAL_PLL option enabled, the user must ensure that the PLL is running