Minor documentation fixes - change \note entries to \warning where appropriate and...
[pub/lufa.git] / LUFA / Drivers / USB / Core / XMEGA / Device_XMEGA.h
index 3712a7e..85be0f1 100644 (file)
                         *  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.
+                        *        compile time option is used, this function is unavailable.
                         *        \n\n
                         *
                         *  \note The USB clock must be running for this function to operate. If the stack is initialized with
                         *  \ref EVENT_USB_Device_StartOfFrame() event to fire once per millisecond, synchronized to the USB bus,
                         *  at the start of each USB frame when enumerated in device mode.
                         *
-                        *  \note Not available when the \c NO_SOF_EVENTS compile time token is defined.
+                        *  \note This function is not available when the \c NO_SOF_EVENTS compile time token is defined.
                         */
                        static inline void USB_Device_EnableSOFEvents(void) ATTR_ALWAYS_INLINE;
                        static inline void USB_Device_EnableSOFEvents(void)
                        /** Disables the device mode Start Of Frame events. When disabled, this stops the firing of the
                         *  \ref EVENT_USB_Device_StartOfFrame() event when enumerated in device mode.
                         *
-                        *  \note Not available when the \c NO_SOF_EVENTS compile time token is defined.
+                        *  \note This function is not available when the \c NO_SOF_EVENTS compile time token is defined.
                         */
                        static inline void USB_Device_DisableSOFEvents(void) ATTR_ALWAYS_INLINE;
                        static inline void USB_Device_DisableSOFEvents(void)