aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-04 15:39:06 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-04 15:39:06 +0000
commit32f2d59bc0aec1e7c6b88301e3bd7a58ddc0c8c8 (patch)
tree081f2b94763a8065497331b659ef114aa0736100 /LUFA/DoxygenPages
parent7d9467e431c224ad0996bf64ab8d549b995d6259 (diff)
downloadlufa-32f2d59bc0aec1e7c6b88301e3bd7a58ddc0c8c8.tar.gz
lufa-32f2d59bc0aec1e7c6b88301e3bd7a58ddc0c8c8.tar.bz2
lufa-32f2d59bc0aec1e7c6b88301e3bd7a58ddc0c8c8.zip
Add default project template to the Doxygen manual of the library.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ConfiguringApps.txt4
1 files changed, 4 insertions, 0 deletions
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:
*