aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Doxygen.conf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-29 02:43:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-29 02:43:07 +0000
commitfa3135d48530930aefd5ef4ca9d0def3faae474d (patch)
tree25f479530874d3071128fa7a963251347924085d /LUFA/Doxygen.conf
parente81a4c950f88aeed9cf3ff5b9911afffd1862716 (diff)
downloadlufa-fa3135d48530930aefd5ef4ca9d0def3faae474d.tar.gz
lufa-fa3135d48530930aefd5ef4ca9d0def3faae474d.tar.bz2
lufa-fa3135d48530930aefd5ef4ca9d0def3faae474d.zip
Add MIME type handling to the Webserver project, so that files of different types (e.g. images) can be served out to HTTP clients.
Diffstat (limited to 'LUFA/Doxygen.conf')
-rw-r--r--LUFA/Doxygen.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf
index c46aba6a1..3497d3400 100644
--- a/LUFA/Doxygen.conf
+++ b/LUFA/Doxygen.conf
@@ -139,7 +139,7 @@ STRIP_FROM_INC_PATH =
# (but less readable) file names. This can be useful is your file systems
# doesn't support long names like on DOS, Mac, or CD-ROM.
-SHORT_NAMES = YES
+SHORT_NAMES = NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
# will interpret the first line (until the first dot) of a JavaDoc-style
@@ -496,7 +496,7 @@ SHOW_DIRECTORIES = YES
# This will remove the Files entry from the Quick Index and from the
# Folder Tree View (if specified). The default is YES.
-SHOW_FILES = YES
+SHOW_FILES = NO
# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
# Namespaces page.