Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
a25a6dfd
Commit
a25a6dfd
authored
Apr 08, 2012
by
Dean Camera
Browse files
Minor documentation improvements.
parent
fde181a8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
LUFA/DoxygenPages/ExportingLibrary.txt
View file @
a25a6dfd
...
@@ -25,18 +25,18 @@
...
@@ -25,18 +25,18 @@
* - DoxygenPages/
* - DoxygenPages/
* - CodeTemplates/
* - CodeTemplates/
*
*
* If required, files from the CodeTemplates/ subdirectory may be copied to your IDE project as
requir
ed.
* If required, files from the CodeTemplates/ subdirectory may be copied to your IDE project as
need
ed.
*
*
* The resulting copy of the library may then be imported into your chosen IDE according to the instructions
* The resulting copy of the library may then be imported into your chosen IDE according to the instructions
* shown in \ref Sec_LibraryImport.
* shown in \ref Sec_LibraryImport.
*
*
* \subsection SSec_AutomaticExport Automatic Export
* \subsection SSec_AutomaticExport Automatic Export
* If desired, the steps indicated in \ref SSec_ManualExport may be automatically performed, by running the
* 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
* 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
* current directory, named <
code
>LUFA_
XXXXXX.tar</code> and <code>LUFA_XXXXXX_Code_Templates.tar</code> (where "XXXXXX" is
*
<b>LUFA_<i>{Version Number}</i>_Code_Templates.tar</b>
. The first archive contains the exported LUFA core
*
the version of the library being exported)
. The first archive contains the exported LUFA core
with the
*
with the
non-required files removed, while the second contains an archived copy of the code template files
* non-required files removed, while the second contains an archived copy of the code template files
for the
*
for the
current LUFA version.
* current LUFA version.
*
*
* The resulting archived copy of the library may then be extracted to your chosen IDE project source directory
* 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.
* and imported according to the instructions shown in \ref Sec_LibraryImport.
...
...
LUFA/DoxygenPages/LUFAPoweredProjects.txt
View file @
a25a6dfd
This diff is collapsed.
Click to expand it.
LUFA/DoxygenPages/Style/Style.css
View file @
a25a6dfd
...
@@ -944,6 +944,7 @@ dl.section dd
...
@@ -944,6 +944,7 @@ dl.section dd
border-collapse
:
separate
;
border-collapse
:
separate
;
text-align
:
center
;
text-align
:
center
;
vertical-align
:
bottom
;
vertical-align
:
bottom
;
padding-left
:
20px
;
}
}
#projectlogo
img
#projectlogo
img
...
@@ -979,10 +980,15 @@ dl.section dd
...
@@ -979,10 +980,15 @@ dl.section dd
#titlearea
#titlearea
{
{
border-bottom
:
1px
solid
#4A70BD
;
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
width
:
100%
;
width
:
100%
;
background-color
:
#E1E7F4
;
background-image
:
url('nav_f.png')
;
background-repeat
:
repeat-x
;
color
:
#20335A
;
font-weight
:
bold
;
text-shadow
:
0
1px
1px
rgba
(
255
,
255
,
255
,
0.9
);
}
}
.image
.image
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment