diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf index ca49b4357b..f5815c47e4 100644 --- a/LUFA/Doxygen.conf +++ b/LUFA/Doxygen.conf @@ -35,7 +35,7 @@ PROJECT_NUMBER = 000000 # Using the PROJECT_BRIEF tag one can provide an optional one line description for a project that appears at the top of each page and should give viewer a quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "The Lightweight USB Framework for AVRs" +PROJECT_BRIEF = # With the PROJECT_LOGO tag one can specify an logo or icon that is # included in the documentation. The maximum height of the logo should not @@ -837,7 +837,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = ./ManPages/footer.htm # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to diff --git a/LUFA/ManPages/Donating.txt b/LUFA/ManPages/Donating.txt index 6e476c8278..2562e0c229 100644 --- a/LUFA/ManPages/Donating.txt +++ b/LUFA/ManPages/Donating.txt @@ -19,6 +19,6 @@ * contact author for payment details.). * * \image html "http://www.pledgie.com/campaigns/6927.png?skin_name=chrome" - * Donate to this project via PayPal - Thanks in Advance! + * Donate to this project via PayPal - Thanks in Advance! */ diff --git a/LUFA/ManPages/footer.htm b/LUFA/ManPages/footer.htm new file mode 100644 index 0000000000..318a485fb3 --- /dev/null +++ b/LUFA/ManPages/footer.htm @@ -0,0 +1 @@ +LUFA Project Page | Support Mailing List | Donate | Four Walled Cubicle - LUFA, the Lightweight USB Framework for AVRs \ No newline at end of file