Add default project template to the Doxygen manual of the library.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 4 Jun 2012 15:39:06 +0000 (15:39 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 4 Jun 2012 15:39:06 +0000 (15:39 +0000)
LUFA/Doxygen.conf
LUFA/DoxygenPages/ConfiguringApps.txt

index 5c3bf65..5280ae9 100644 (file)
@@ -728,7 +728,7 @@ EXCLUDE_SYMBOLS        = _* \
 # directories that contain example code fragments that are included (see
 # the \include command).
 
 # 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
 
 # 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
index bf6ae1f..3bc67c7 100644 (file)
  *
  *  \section Sec_AppConfigParams The Default Application Template
  *
  *
  *  \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:
  *
  *  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:
  *