aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ExportingLibrary.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-04-08 21:38:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-04-08 21:38:07 +0000
commita25a6dfd562556bab745c7c36a84367f4e9811eb (patch)
treee9c2ecb190fd25cf9b2da61fa83c4e2d75850bb4 /LUFA/DoxygenPages/ExportingLibrary.txt
parentfde181a8302ad05e40fca5df03a62e64fb10f9e4 (diff)
downloadlufa-a25a6dfd562556bab745c7c36a84367f4e9811eb.tar.gz
lufa-a25a6dfd562556bab745c7c36a84367f4e9811eb.tar.bz2
lufa-a25a6dfd562556bab745c7c36a84367f4e9811eb.zip
Minor documentation improvements.
Diffstat (limited to 'LUFA/DoxygenPages/ExportingLibrary.txt')
-rw-r--r--LUFA/DoxygenPages/ExportingLibrary.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/LUFA/DoxygenPages/ExportingLibrary.txt b/LUFA/DoxygenPages/ExportingLibrary.txt
index 57dc60fad..0f45c2324 100644
--- a/LUFA/DoxygenPages/ExportingLibrary.txt
+++ b/LUFA/DoxygenPages/ExportingLibrary.txt
@@ -25,18 +25,18 @@
* - DoxygenPages/
* - CodeTemplates/
*
- * If required, files from the CodeTemplates/ subdirectory may be copied to your IDE project as required.
+ * If required, files from the CodeTemplates/ subdirectory may be copied to your IDE project as needed.
*
* The resulting copy of the library may then be imported into your chosen IDE according to the instructions
* shown in \ref Sec_LibraryImport.
*
* \subsection SSec_AutomaticExport Automatic Export
* If desired, the steps indicated in \ref SSec_ManualExport may be automatically performed, by running the
- * command <b><code>make export_tar</code></b> from the command line. This will generate two .TAR files in the
- * current directory, named <b>LUFA_<i>{Version Number}</i>.tar</b> and
- * <b>LUFA_<i>{Version Number}</i>_Code_Templates.tar</b>. The first archive contains the exported LUFA core
- * with the non-required files removed, while the second contains an archived copy of the code template files
- * for the current LUFA version.
+ * command <b><code>make export_tar</code></b> from the command line. This will generate two .tar files in the
+ * current directory, named <code>LUFA_XXXXXX.tar</code> and <code>LUFA_XXXXXX_Code_Templates.tar</code> (where "XXXXXX" is
+ * the version of the library being exported). The first archive contains the exported LUFA core with the
+ * non-required files removed, while the second contains an archived copy of the code template files for the
+ * current LUFA version.
*
* The resulting archived copy of the library may then be extracted to your chosen IDE project source directory
* and imported according to the instructions shown in \ref Sec_LibraryImport.