diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-08-19 06:11:39 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-08-19 06:11:39 +0000 |
commit | 40946a570405a522b2cd04295bc2dad746b936fc (patch) | |
tree | e955aacda26a17d32c3e0f32afcd8f42366f4523 /LUFA | |
parent | ccf4cffd78fd3ee56c5f6f61ce50e386ee50a513 (diff) | |
download | lufa-40946a570405a522b2cd04295bc2dad746b936fc.tar.gz lufa-40946a570405a522b2cd04295bc2dad746b936fc.tar.bz2 lufa-40946a570405a522b2cd04295bc2dad746b936fc.zip |
Minor documentation corrections.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/Doxygen.conf | 4 | ||||
-rw-r--r-- | LUFA/ManPages/DeviceSupport.txt | 12 | ||||
-rw-r--r-- | LUFA/ManPages/LibraryResources.txt | 3 |
3 files changed, 9 insertions, 10 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf index efc9ba09d..5a02c5cb6 100644 --- a/LUFA/Doxygen.conf +++ b/LUFA/Doxygen.conf @@ -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 diff --git a/LUFA/ManPages/DeviceSupport.txt b/LUFA/ManPages/DeviceSupport.txt index 7c16b6dda..061c6aca5 100644 --- a/LUFA/ManPages/DeviceSupport.txt +++ b/LUFA/ManPages/DeviceSupport.txt @@ -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> diff --git a/LUFA/ManPages/LibraryResources.txt b/LUFA/ManPages/LibraryResources.txt index bf9320e33..7137a56a0 100644 --- a/LUFA/ManPages/LibraryResources.txt +++ b/LUFA/ManPages/LibraryResources.txt @@ -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 |