Upgrade Doxygen configuration files to the latest version.
[pub/lufa.git] / Bootloaders / Printer / Doxygen.conf
index b6566d1..9beb209 100644 (file)
@@ -1,4 +1,4 @@
-# Doxyfile 1.8.5\r
+# Doxyfile 1.8.6\r
 \r
 # This file describes the settings to be used by the documentation system\r
 # doxygen (www.doxygen.org) for a project.\r
@@ -73,12 +73,14 @@ CREATE_SUBDIRS         = NO
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all\r
 # documentation generated by doxygen is written. Doxygen will use this\r
 # information to generate all constant output in the proper language.\r
-# Possible values are: Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-\r
-# Traditional, Croatian, Czech, Danish, Dutch, English, Esperanto, Farsi,\r
-# Finnish, French, German, Greek, Hungarian, Italian, Japanese, Japanese-en,\r
-# Korean, Korean-en, Latvian, Norwegian, Macedonian, Persian, Polish,\r
-# Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish,\r
-# Turkish, Ukrainian and Vietnamese.\r
+# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,\r
+# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),\r
+# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,\r
+# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),\r
+# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,\r
+# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,\r
+# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,\r
+# Ukrainian and Vietnamese.\r
 # The default value is: English.\r
 \r
 OUTPUT_LANGUAGE        = English\r
@@ -510,6 +512,13 @@ HIDE_SCOPE_NAMES       = NO
 \r
 SHOW_INCLUDE_FILES     = YES\r
 \r
+# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each\r
+# grouped member an include statement to the documentation, telling the reader\r
+# which file to include in order to use the member.\r
+# The default value is: NO.\r
+\r
+SHOW_GROUPED_MEMB_INC  = NO\r
+\r
 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include\r
 # files with double quotes in the documentation rather than with sharp brackets.\r
 # The default value is: NO.\r
@@ -531,7 +540,8 @@ SORT_MEMBER_DOCS       = YES
 \r
 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief\r
 # descriptions of file, namespace and class members alphabetically by member\r
-# name. If set to NO the members will appear in declaration order.\r
+# name. If set to NO the members will appear in declaration order. Note that\r
+# this will also influence the order of the classes in the class list.\r
 # The default value is: NO.\r
 \r
 SORT_BRIEF_DOCS        = NO\r
@@ -2053,6 +2063,13 @@ CLASS_DIAGRAMS         = NO
 \r
 MSCGEN_PATH            =\r
 \r
+# You can include diagrams made with dia in doxygen documentation. Doxygen will\r
+# then run dia to produce the diagram and insert it in the documentation. The\r
+# DIA_PATH tag allows you to specify the directory where the dia binary resides.\r
+# If left empty dia is assumed to be found in the default search path.\r
+\r
+DIA_PATH               =\r
+\r
 # If set to YES, the inheritance and collaboration graphs will hide inheritance\r
 # and usage relations if the target is undocumented or is not a class.\r
 # The default value is: YES.\r
@@ -2253,6 +2270,12 @@ DOTFILE_DIRS           =
 \r
 MSCFILE_DIRS           =\r
 \r
+# The DIAFILE_DIRS tag can be used to specify one or more directories that\r
+# contain dia files that are included in the documentation (see the \diafile\r
+# command).\r
+\r
+DIAFILE_DIRS           =\r
+\r
 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes\r
 # that will be shown in the graph. If the number of nodes in a graph becomes\r
 # larger than this value, doxygen will truncate the graph, which is visualized\r