forked from mfulz_github/qmk_firmware
Minor documentation corrections.
This commit is contained in:
parent
ccf4cffd78
commit
40946a5704
|
@ -514,7 +514,7 @@ ENABLED_SECTIONS =
|
|||
# documentation can be controlled using \showinitializer or \hideinitializer
|
||||
# command in the documentation regardless of this setting.
|
||||
|
||||
MAX_INITIALIZER_LINES = 30
|
||||
MAX_INITIALIZER_LINES = 15
|
||||
|
||||
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
|
||||
# at the bottom of the documentation of classes and structs. If set to YES the
|
||||
|
@ -1097,7 +1097,7 @@ GENERATE_TREEVIEW = YES
|
|||
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
|
||||
# and Class Hierarchy pages using a tree view instead of an ordered list.
|
||||
|
||||
USE_INLINE_TREES = NO
|
||||
USE_INLINE_TREES = YES
|
||||
|
||||
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
|
||||
# used to set the initial width (in pixels) of the frame in which the tree
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
* <table>
|
||||
* <tr>
|
||||
* <th width="150px">Part</th>
|
||||
* <th width="150px">Device Mode</th>
|
||||
* <th width="150px">Host Mode</th>
|
||||
* <th width="150px">USB Device Mode</th>
|
||||
* <th width="150px">USB Host Mode</th>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>AT90USB82</td>
|
||||
|
@ -131,8 +131,8 @@
|
|||
* <table>
|
||||
* <tr>
|
||||
* <th width="150px">Part</th>
|
||||
* <th width="150px">Device Mode</th>
|
||||
* <th width="150px">Host Mode</th>
|
||||
* <th width="150px">USB Device Mode</th>
|
||||
* <th width="150px">USB Host Mode</th>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>AT32UC3A064</td>
|
||||
|
@ -300,8 +300,8 @@
|
|||
* <table>
|
||||
* <tr>
|
||||
* <th width="150px">Part</th>
|
||||
* <th width="150px">Device Mode</th>
|
||||
* <th width="150px">Host Mode</th>
|
||||
* <th width="150px">USB Device Mode</th>
|
||||
* <th width="150px">USB Host Mode</th>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>ATXMEGA16A4U</td>
|
||||
|
|
|
@ -18,8 +18,7 @@
|
|||
*
|
||||
* \section Sec_ProjectHelp Assistance With LUFA
|
||||
* Discussion Group: http://www.lufa-lib.org/support \n
|
||||
* Author's Email: dean [at] fourwalledcubicle [dot] com
|
||||
* Author's Skype: abcminiuser
|
||||
* Author's Email: dean [at] fourwalledcubicle [dot] com \n
|
||||
*
|
||||
* \section Sec_InDevelopment Latest In-Development Source Code
|
||||
* Issue Tracker: http://www.lufa-lib.org/tracker \n
|
||||
|
|
Loading…
Reference in New Issue