diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-04-08 18:52:00 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-04-08 18:52:00 +0000 |
commit | 60d724e398db8236ca243f59936a8b298c070a3c (patch) | |
tree | d94329dda82d8cfafa8bfd17a57fa0f3f15af693 | |
parent | 3008f8ce131ca6c1f326aa57795b4ab2f411b865 (diff) | |
download | lufa-60d724e398db8236ca243f59936a8b298c070a3c.tar.gz lufa-60d724e398db8236ca243f59936a8b298c070a3c.tar.bz2 lufa-60d724e398db8236ca243f59936a8b298c070a3c.zip |
Move out Doxygen style assets into a seperate folder.
-rw-r--r-- | LUFA/Doxygen.conf | 4 | ||||
-rw-r--r-- | LUFA/DoxygenPages/Style/Footer.htm (renamed from LUFA/DoxygenPages/footer.htm) | 0 | ||||
-rw-r--r-- | LUFA/DoxygenPages/Style/Style.css (renamed from LUFA/DoxygenPages/Style.css) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf index c2f91ec51..0edee54cd 100644 --- a/LUFA/Doxygen.conf +++ b/LUFA/Doxygen.conf @@ -909,7 +909,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = ./DoxygenPages/footer.htm +HTML_FOOTER = ./DoxygenPages/Style/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 @@ -918,7 +918,7 @@ HTML_FOOTER = ./DoxygenPages/footer.htm # the style sheet file to the HTML output directory, so don't put your own # style sheet in the HTML output directory as well, or it will be erased! -HTML_STYLESHEET = ./DoxygenPages/Style.css +HTML_STYLESHEET = ./DoxygenPages/Style/Style.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note diff --git a/LUFA/DoxygenPages/footer.htm b/LUFA/DoxygenPages/Style/Footer.htm index 70bce5313..70bce5313 100644 --- a/LUFA/DoxygenPages/footer.htm +++ b/LUFA/DoxygenPages/Style/Footer.htm diff --git a/LUFA/DoxygenPages/Style.css b/LUFA/DoxygenPages/Style/Style.css index 20bd647a4..20bd647a4 100644 --- a/LUFA/DoxygenPages/Style.css +++ b/LUFA/DoxygenPages/Style/Style.css |