Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
32f2d59b
Commit
32f2d59b
authored
13 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Add default project template to the Doxygen manual of the library.
parent
7d9467e4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
LUFA/Doxygen.conf
+1
-1
1 addition, 1 deletion
LUFA/Doxygen.conf
LUFA/DoxygenPages/ConfiguringApps.txt
+4
-0
4 additions, 0 deletions
LUFA/DoxygenPages/ConfiguringApps.txt
with
5 additions
and
1 deletion
LUFA/Doxygen.conf
+
1
−
1
View file @
32f2d59b
...
...
@@ -728,7 +728,7 @@ EXCLUDE_SYMBOLS = _* \
# directories that contain example code fragments that are included (see
# the \include command).
EXAMPLE_PATH
= .
.
/
EXAMPLE_PATH
= .
/
CodeTemplates
/
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
...
...
This diff is collapsed.
Click to expand it.
LUFA/DoxygenPages/ConfiguringApps.txt
+
4
−
0
View file @
32f2d59b
...
...
@@ -19,6 +19,10 @@
*
* \section Sec_AppConfigParams The Default Application Template
*
* Below is a copy of the default LUFA application makefile, which can be used as a template for each application.
*
* \verbinclude makefile_template
*
* Inside each makefile, a number of configuration variables are listed with the syntax "<VARIABLE NAME> = <VALUE>". For
* each application, the important standard variables which should be altered are:
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment