aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CompileTimeTokens.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-29 12:59:44 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-29 12:59:44 +0000
commit3aa8620a61cea8676c74b5e61527ab273f13ec70 (patch)
tree25531881c0723c1d707bac09df9a865b925e8b67 /LUFA/CompileTimeTokens.txt
parentdc83f73ca34610aaf48962abeb06fb21d9bde23b (diff)
downloadlufa-3aa8620a61cea8676c74b5e61527ab273f13ec70.tar.gz
lufa-3aa8620a61cea8676c74b5e61527ab273f13ec70.tar.bz2
lufa-3aa8620a61cea8676c74b5e61527ab273f13ec70.zip
Minor documentation fixes to correct formatting and typos.
Diffstat (limited to 'LUFA/CompileTimeTokens.txt')
-rw-r--r--LUFA/CompileTimeTokens.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/CompileTimeTokens.txt b/LUFA/CompileTimeTokens.txt
index e93e1ad32..53cf9e41e 100644
--- a/LUFA/CompileTimeTokens.txt
+++ b/LUFA/CompileTimeTokens.txt
@@ -10,6 +10,7 @@
* compiler via the -D switch, to alter the LUFA library code. These tokens may alter the library behaviour,
* or remove features unused by a given application in order to save flash space.
*
+ *
* \section Sec_SummaryNonUSBTokens Non USB Related Tokens
* This section describes compile tokens which affect non-USB sections of the LUFA library.
*
@@ -31,6 +32,7 @@
* Sets the maximum number of managed memory handles which can be handed out by the dynamic memory allocation driver
* simultaneously, before a handle (and its associated allocated memory) must be freed.
*
+ *
* \section Sec_SummaryUSBClassTokens USB Class Driver Related Tokens
* This section describes compile tokens which affect USB class-specific drivers in the LUFA library.
*
@@ -73,6 +75,7 @@
* If a item has a multiple count (i.e. a REPORT COUNT of more than 1), each item in the report count is placed seperately in the
* processed HID report table. If not defined, this defaults to the value indicated in the HID.h file documentation.
*
+ *
* \section Sec_SummaryUSBTokens USB Driver Related Tokens
* This section describes compile tokens which affect USB driver stack as a whole in the LUFA library.
*