From 32f2d59bc0aec1e7c6b88301e3bd7a58ddc0c8c8 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 4 Jun 2012 15:39:06 +0000 Subject: [PATCH] Add default project template to the Doxygen manual of the library. --- LUFA/Doxygen.conf | 2 +- LUFA/DoxygenPages/ConfiguringApps.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf index 5c3bf65b8d..5280ae973d 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 bf6ae1f789..3bc67c7fd8 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 " = ". For * each application, the important standard variables which should be altered are: *