From f1bf7e181626714ca99dfc476e8757c8d35f110b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 8 Apr 2012 14:21:13 +0000 Subject: Move documentation images into a dedicated sub-folder. --- LUFA/DoxygenPages/Author.jpg | Bin 28410 -> 0 bytes LUFA/DoxygenPages/Donating.txt | 2 +- LUFA/DoxygenPages/ExportingLibrary.txt | 14 +++++++------- LUFA/DoxygenPages/Images/Author.jpg | Bin 0 -> 28410 bytes LUFA/DoxygenPages/Images/LUFA.png | Bin 0 -> 10296 bytes LUFA/DoxygenPages/Images/LUFA_thumb.png | Bin 0 -> 3729 bytes LUFA/DoxygenPages/LUFA.png | Bin 10296 -> 0 bytes LUFA/DoxygenPages/LUFA_thumb.png | Bin 3729 -> 0 bytes LUFA/DoxygenPages/MainPage.txt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 LUFA/DoxygenPages/Author.jpg create mode 100644 LUFA/DoxygenPages/Images/Author.jpg create mode 100644 LUFA/DoxygenPages/Images/LUFA.png create mode 100644 LUFA/DoxygenPages/Images/LUFA_thumb.png delete mode 100644 LUFA/DoxygenPages/LUFA.png delete mode 100644 LUFA/DoxygenPages/LUFA_thumb.png (limited to 'LUFA/DoxygenPages') diff --git a/LUFA/DoxygenPages/Author.jpg b/LUFA/DoxygenPages/Author.jpg deleted file mode 100644 index e8f5541a0..000000000 Binary files a/LUFA/DoxygenPages/Author.jpg and /dev/null differ diff --git a/LUFA/DoxygenPages/Donating.txt b/LUFA/DoxygenPages/Donating.txt index 761485288..d64f0d08a 100644 --- a/LUFA/DoxygenPages/Donating.txt +++ b/LUFA/DoxygenPages/Donating.txt @@ -7,7 +7,7 @@ /** * \page Page_Donating Donating to Support This Project * - * \image html Author.jpg "Dean Camera, LUFA Developer" + * \image html Images/Author.jpg "Dean Camera, LUFA Developer" * * I am a 23 year old Atmel Applications Engineer, living in Trondheim, Norway and working on LUFA in my spare time. * The development and support of this library requires much effort from myself, as I am the sole developer, maintainer diff --git a/LUFA/DoxygenPages/ExportingLibrary.txt b/LUFA/DoxygenPages/ExportingLibrary.txt index 848c42b98..57dc60fad 100644 --- a/LUFA/DoxygenPages/ExportingLibrary.txt +++ b/LUFA/DoxygenPages/ExportingLibrary.txt @@ -54,21 +54,21 @@ * Copy over the exported library archive created via the steps listed in \ref Sec_LibraryExport to your AS5/AS6 * project directory. * - * \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step1.png + * \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step1.png * * \subsubsection SSSec_AS56_Import_Step2 Extract exported library * Extract out the contents of the archive to a new folder. This may be any name you wish, however keep in mind * that this name will need to be referenced within your user application under most circumstances. It is * suggested that this folder be named "LUFA", or "LUFA" followed by the version string for easy reference. * - * \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step2.png + * \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step2.png * * \subsubsection SSSec_AS56_Import_Step3 Add the library files * Open your AVRStudio 5/Atmel Studio 6 project. From the "Solution Explorer" pane, click the "Show All Files" * button on the toolbar to display ghosted icons of files and folders located in the project source directory * that are not currently added to the project. * - * \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step3.png + * \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step3.png * * Right-click the ghosted version of the extracted LUFA export folder in the Solution Explorer pane, and * choose the "Add to Project" option from the context menu. This will add the entire LUFA source tree to the @@ -79,7 +79,7 @@ * open the Project Properties window. This window allows you to configure the various project global compiler, * assembler and linker options. * - * \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step4.png + * \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step4.png * * Click the "Toolchain" tab on the left side of the Project Properties window. * @@ -94,13 +94,13 @@ * - F_CPU * - F_USB * - BOARD - * \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step5_1.png + * \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step5_1.png * * Next, open the GNU C Compiler section's "Optimization" page. Ensure that the option to prepare functions for * garbage collection is enabled. - * \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step5_2.png + * \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step5_2.png * * Finally, in the GNU C Linker section, open the "Optimization" page. Ensure that the option to garbage collect * unused sections is selected. - * \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step5_3.png + * \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step5_3.png */ diff --git a/LUFA/DoxygenPages/Images/Author.jpg b/LUFA/DoxygenPages/Images/Author.jpg new file mode 100644 index 000000000..e8f5541a0 Binary files /dev/null and b/LUFA/DoxygenPages/Images/Author.jpg differ diff --git a/LUFA/DoxygenPages/Images/LUFA.png b/LUFA/DoxygenPages/Images/LUFA.png new file mode 100644 index 000000000..54fa1a664 Binary files /dev/null and b/LUFA/DoxygenPages/Images/LUFA.png differ diff --git a/LUFA/DoxygenPages/Images/LUFA_thumb.png b/LUFA/DoxygenPages/Images/LUFA_thumb.png new file mode 100644 index 000000000..efa538677 Binary files /dev/null and b/LUFA/DoxygenPages/Images/LUFA_thumb.png differ diff --git a/LUFA/DoxygenPages/LUFA.png b/LUFA/DoxygenPages/LUFA.png deleted file mode 100644 index 54fa1a664..000000000 Binary files a/LUFA/DoxygenPages/LUFA.png and /dev/null differ diff --git a/LUFA/DoxygenPages/LUFA_thumb.png b/LUFA/DoxygenPages/LUFA_thumb.png deleted file mode 100644 index efa538677..000000000 Binary files a/LUFA/DoxygenPages/LUFA_thumb.png and /dev/null differ diff --git a/LUFA/DoxygenPages/MainPage.txt b/LUFA/DoxygenPages/MainPage.txt index 1653d0a74..377841a04 100644 --- a/LUFA/DoxygenPages/MainPage.txt +++ b/LUFA/DoxygenPages/MainPage.txt @@ -7,7 +7,7 @@ /** * \mainpage * - * \image html LUFA.png + * \image html Images/LUFA.png *
Logo design by Studio Monsoon Photography
* \n *
http://www.lufa-lib.org
-- cgit v1.2.3