diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-04 15:39:06 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-04 15:39:06 +0000 |
commit | 32f2d59bc0aec1e7c6b88301e3bd7a58ddc0c8c8 (patch) | |
tree | 081f2b94763a8065497331b659ef114aa0736100 | |
parent | 7d9467e431c224ad0996bf64ab8d549b995d6259 (diff) | |
download | lufa-32f2d59bc0aec1e7c6b88301e3bd7a58ddc0c8c8.tar.gz lufa-32f2d59bc0aec1e7c6b88301e3bd7a58ddc0c8c8.tar.bz2 lufa-32f2d59bc0aec1e7c6b88301e3bd7a58ddc0c8c8.zip |
Add default project template to the Doxygen manual of the library.
-rw-r--r-- | LUFA/Doxygen.conf | 2 | ||||
-rw-r--r-- | LUFA/DoxygenPages/ConfiguringApps.txt | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf index 5c3bf65b8..5280ae973 100644 --- a/LUFA/Doxygen.conf +++ b/LUFA/Doxygen.conf @@ -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 diff --git a/LUFA/DoxygenPages/ConfiguringApps.txt b/LUFA/DoxygenPages/ConfiguringApps.txt index bf6ae1f78..3bc67c7fd 100644 --- a/LUFA/DoxygenPages/ConfiguringApps.txt +++ b/LUFA/DoxygenPages/ConfiguringApps.txt @@ -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: * |