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
32f2d59b
Commit
32f2d59b
authored
Jun 04, 2012
by
Dean Camera
Browse files
Add default project template to the Doxygen manual of the library.
parent
7d9467e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
LUFA/Doxygen.conf
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
...
...
LUFA/DoxygenPages/ConfiguringApps.txt
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:
*
...
...
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