aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/MIDIToneGenerator
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-07-29 15:18:21 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-07-29 15:18:21 +0000
commite5781d172eb2814cfb5d977d8a46b2f9faff9fad (patch)
treefcd7084a2a8be54a0c6dbe8be2a6e91529ec7dba /Projects/MIDIToneGenerator
parentdb3f8565b88613712808254f2fd4de342ad75373 (diff)
downloadlufa-e5781d172eb2814cfb5d977d8a46b2f9faff9fad.tar.gz
lufa-e5781d172eb2814cfb5d977d8a46b2f9faff9fad.tar.bz2
lufa-e5781d172eb2814cfb5d977d8a46b2f9faff9fad.zip
Upgrade Doxygen configuration files to 1.8.1.2.
Diffstat (limited to 'Projects/MIDIToneGenerator')
-rw-r--r--Projects/MIDIToneGenerator/Doxygen.conf10
1 files changed, 4 insertions, 6 deletions
diff --git a/Projects/MIDIToneGenerator/Doxygen.conf b/Projects/MIDIToneGenerator/Doxygen.conf
index 277c61599..1786fd7b2 100644
--- a/Projects/MIDIToneGenerator/Doxygen.conf
+++ b/Projects/MIDIToneGenerator/Doxygen.conf
@@ -1,4 +1,4 @@
-# Doxyfile 1.8.1
+# Doxyfile 1.8.1.2
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
@@ -588,7 +588,7 @@ FILE_VERSION_FILTER =
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
# by doxygen. The layout file controls the global structure of the generated
-# output files in an output format independent way. The create the layout file
+# output files in an output format independent way. To create the layout file
# that represents doxygen's defaults, run doxygen with the -l option.
# You can optionally specify a file name after the option, if omitted
# DoxygenLayout.xml will be used as the name of the layout file.
@@ -804,7 +804,7 @@ INLINE_SOURCES = NO
# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
# doxygen to hide any special comment blocks from generated source code
-# fragments. Normal C and C++ comments will always remain visible.
+# fragments. Normal C, C++ and Fortran comments will always remain visible.
STRIP_CODE_COMMENTS = YES
@@ -956,9 +956,7 @@ HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
-# page has loaded. For this to work a browser that supports
-# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
-# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
+# page has loaded.
HTML_DYNAMIC_SECTIONS = YES