Move documentation images into a dedicated sub-folder.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 8 Apr 2012 14:21:13 +0000 (14:21 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 8 Apr 2012 14:21:13 +0000 (14:21 +0000)
LUFA/Doxygen.conf
LUFA/DoxygenPages/Author.jpg [deleted file]
LUFA/DoxygenPages/Donating.txt
LUFA/DoxygenPages/ExportingLibrary.txt
LUFA/DoxygenPages/Images/Author.jpg [new file with mode: 0644]
LUFA/DoxygenPages/Images/LUFA.png [new file with mode: 0644]
LUFA/DoxygenPages/Images/LUFA_thumb.png [new file with mode: 0644]
LUFA/DoxygenPages/LUFA.png [deleted file]
LUFA/DoxygenPages/LUFA_thumb.png [deleted file]
LUFA/DoxygenPages/MainPage.txt

index bde67ee..0cd321f 100644 (file)
@@ -45,7 +45,7 @@ PROJECT_BRIEF          =
 # exceed 55 pixels and the maximum width should not exceed 200 pixels.
 # Doxygen will copy the logo to the output directory.
 
-PROJECT_LOGO           = ./DoxygenPages/LUFA_thumb.png
+PROJECT_LOGO           = ./DoxygenPages/Images/LUFA_thumb.png
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
diff --git a/LUFA/DoxygenPages/Author.jpg b/LUFA/DoxygenPages/Author.jpg
deleted file mode 100644 (file)
index e8f5541..0000000
Binary files a/LUFA/DoxygenPages/Author.jpg and /dev/null differ
index 7614852..d64f0d0 100644 (file)
@@ -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
index 848c42b..57dc60f 100644 (file)
  *  Copy over the exported library archive created via the steps listed in \ref Sec_LibraryExport to your AS5/AS6\r
  *  project directory.\r
  *\r
- *  \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step1.png\r
+ *  \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step1.png\r
  *\r
  *  \subsubsection SSSec_AS56_Import_Step2 Extract exported library\r
  *  Extract out the contents of the archive to a new folder. This may be any name you wish, however keep in mind\r
  *  that this name will need to be referenced within your user application under most circumstances. It is\r
  *  suggested that this folder be named "LUFA", or "LUFA" followed by the version string for easy reference.\r
  *\r
- *  \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step2.png\r
+ *  \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step2.png\r
  *\r
  *  \subsubsection SSSec_AS56_Import_Step3 Add the library files\r
  *  Open your AVRStudio 5/Atmel Studio 6 project. From the "Solution Explorer" pane, click the "Show All Files"\r
  *  button on the toolbar to display ghosted icons of files and folders located in the project source directory\r
  *  that are not currently added to the project.\r
  *\r
- *  \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step3.png\r
+ *  \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step3.png\r
  *\r
  *  Right-click the ghosted version of the extracted LUFA export folder in the Solution Explorer pane, and\r
  *  choose the "Add to Project" option from the context menu. This will add the entire LUFA source tree to the\r
@@ -79,7 +79,7 @@
  *  open the Project Properties window. This window allows you to configure the various project global compiler,\r
  *  assembler and linker options.\r
  *\r
- *  \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step4.png\r
+ *  \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step4.png\r
  * \r
  *  Click the "Toolchain" tab on the left side of the Project Properties window.\r
  *\r
  *   - F_CPU\r
  *   - F_USB\r
  *   - BOARD\r
- *  \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step5_1.png\r
+ *  \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step5_1.png\r
  *\r
  *  Next, open the GNU C Compiler section's "Optimization" page. Ensure that the option to prepare functions for\r
  *  garbage collection is enabled.\r
- *  \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step5_2.png\r
+ *  \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step5_2.png\r
  *\r
  *  Finally, in the GNU C Linker section, open the "Optimization" page. Ensure that the option to garbage collect\r
  *  unused sections is selected.\r
- *  \image html Images\AS5_AS6_Import\AS5_AS6_Import_Step5_3.png\r
+ *  \image html Images/AS5_AS6_Import/AS5_AS6_Import_Step5_3.png\r
  */\r
diff --git a/LUFA/DoxygenPages/Images/Author.jpg b/LUFA/DoxygenPages/Images/Author.jpg
new file mode 100644 (file)
index 0000000..e8f5541
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 (file)
index 0000000..54fa1a6
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 (file)
index 0000000..efa5386
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 (file)
index 54fa1a6..0000000
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 (file)
index efa5386..0000000
Binary files a/LUFA/DoxygenPages/LUFA_thumb.png and /dev/null differ
index 1653d0a..377841a 100644 (file)
@@ -7,7 +7,7 @@
 /**
  *  \mainpage
  *
- *  \image html LUFA.png
+ *  \image html Images/LUFA.png
  *  <div align="center"><small><i>Logo design by <a href="http://www.studiomonsoon.com">Studio Monsoon Photography</a></i></small></div>
  *  \n
  *  <div align="center"><a href="http://www.lufa-lib.org">http://www.lufa-lib.org</a></div>