X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/fbc57f965e007fc1aad346fde4eab9dc7ed49d3a..ba6d9c1a971db3c42bf0b054ebb64f72b3e3ddba:/LUFA/DoxygenPages/CompileTimeTokens.txt
diff --git a/LUFA/DoxygenPages/CompileTimeTokens.txt b/LUFA/DoxygenPages/CompileTimeTokens.txt
index f58eb5c39..92adf0dcc 100644
--- a/LUFA/DoxygenPages/CompileTimeTokens.txt
+++ b/LUFA/DoxygenPages/CompileTimeTokens.txt
@@ -14,7 +14,7 @@
* in the user directory where the below compile time tokens may be defined. This allows for an alternative to makefile
* defined tokens for configuring the library.
*
- * \section Sec_SummaryNonUSBTokens Non USB Related Tokens
+ * \section Sec_TokenSummary_NonUSBTokens Non USB Related Tokens
* This section describes compile tokens which affect non-USB sections of the LUFA library.
*
* \li DISABLE_TERMINAL_CODES - (\ref Group_Terminal) - All Architectures \n
@@ -24,7 +24,7 @@
* the source code at compile time.
*
*
- * \section Sec_SummaryUSBClassTokens USB Class Driver Related Tokens
+ * \section Sec_TokenSummary_USBClassTokens USB Class Driver Related Tokens
* This section describes compile tokens which affect USB class-specific drivers in the LUFA library.
*
* \li HID_HOST_BOOT_PROTOCOL_ONLY - (\ref Group_USBClassHIDHost) - All Architectures \n
@@ -78,7 +78,7 @@
* management tasks.
*
*
- * \section Sec_SummaryUSBTokens General USB Driver Related Tokens
+ * \section Sec_TokenSummary_USBTokens General USB Driver Related Tokens
* This section describes compile tokens which affect USB driver stack as a whole in the LUFA library.
*
* \li ORDERED_EP_CONFIG - (\ref Group_EndpointManagement , \ref Group_PipeManagement) - AVR8, UC3 \n
@@ -113,8 +113,8 @@
* On the smaller USB AVRs, the USB controller lacks VBUS events to determine the physical connection state of the USB bus to a host. In lieu of
* VBUS events, the library attempts to determine the connection state via the bus suspension and wake up events instead. This however may be
* slightly inaccurate due to the possibility of the host suspending the bus while the device is still connected. If accurate connection status is
- * required, the VBUS line of the USB connector should be routed to an AVR pin to detect its level, so that the USB_DeviceState global
- * can be accurately set and the \ref EVENT_USB_Device_Connect() and \ref EVENT_USB_Device_Disconnect() events manually raised by the RAISE_EVENT macro.
+ * required, the VBUS line of the USB connector should be routed to an AVR pin to detect its level, so that the \ref USB_DeviceState global
+ * can be accurately set and the \ref EVENT_USB_Device_Connect() and \ref EVENT_USB_Device_Disconnect() events manually raised by the user application.
* When defined, this token disables the library's auto-detection of the connection state by the aforementioned suspension and wake up events.
*
* \li NO_SOF_EVENTS - (\ref Group_Events) - All Architectures \n
@@ -124,7 +124,7 @@
* reducing the compiled program's binary size.
*
*
- * \section Sec_SummaryUSBDeviceTokens USB Device Mode Driver Related Tokens
+ * \section Sec_TokenSummary_USBDeviceTokens USB Device Mode Driver Related Tokens
* This section describes compile tokens which affect USB driver stack of the LUFA library when used in Device mode.
*
* \li USE_RAM_DESCRIPTORS - (\ref Group_StdDescriptors) - AVR8 Only \n
@@ -188,7 +188,7 @@
* and the code required to manage it may be disabled by passing this token to the library via the -D switch.
*
*
- * \section Sec_SummaryUSBHostTokens USB Host Mode Driver Related Tokens
+ * \section Sec_TokenSummary_USBHostTokens USB Host Mode Driver Related Tokens
*
* This section describes compile tokens which affect USB driver stack of the LUFA library when used in Host mode.
*