1f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Doxyfile 1.5.3
2f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
3f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This file describes the settings to be used by the documentation system
4f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# doxygen (www.doxygen.org) for a project
5f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#
6f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# All text after a hash (#) is considered a comment and will be ignored
7f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The format is:
8f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#       TAG = value [value, ...]
9f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# For lists items can also be appended using:
10f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#       TAG += value [value, ...]
11f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Values that contain spaces should be placed between quotes (" ")
12f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
13f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
14f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Project related configuration options
15f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
16f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
17f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This tag specifies the encoding used for all characters in the config file that 
18f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# follow. The default is UTF-8 which is also the encoding used for all text before 
19f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the first occurrence of this tag. Doxygen uses libiconv (or the iconv built into 
20f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# libc) for the transcoding. See http://www.gnu.org/software/libiconv for the list of 
21f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# possible encodings.
22f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
23f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgDOXYFILE_ENCODING      = UTF-8
24f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
25f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
26f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# by quotes) that should identify the project.
27f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
28f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgPROJECT_NAME           = Gallium3D
29f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
30f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
31f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This could be handy for archiving the generated documentation or 
32f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# if some version control system is used.
33f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
34f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgPROJECT_NUMBER         = 0.1
35f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
36f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
37f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# base path where the generated documentation will be put. 
38f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If a relative path is entered, it will be relative to the location 
39f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# where doxygen was started. If left blank the current directory will be used.
40f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
41f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgOUTPUT_DIRECTORY       = gallium
42f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
43f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
44f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# 4096 sub-directories (in 2 levels) under the output directory of each output 
45f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# format and will distribute the generated files over these directories. 
46f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Enabling this option can be useful when feeding doxygen a huge amount of 
47f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# source files, where putting all generated files in the same directory would 
48f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# otherwise cause performance problems for the file system.
49f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
50f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgCREATE_SUBDIRS         = NO
51f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
52f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The OUTPUT_LANGUAGE tag is used to specify the language in which all 
53f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documentation generated by doxygen is written. Doxygen will use this 
54f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# information to generate all constant output in the proper language. 
55f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The default language is English, other supported languages are: 
56f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, 
57f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Croatian, Czech, Danish, Dutch, Finnish, French, German, Greek, Hungarian, 
58f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Italian, Japanese, Japanese-en (Japanese with English messages), Korean, 
59f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Korean-en, Lithuanian, Norwegian, Polish, Portuguese, Romanian, Russian, 
60f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Serbian, Slovak, Slovene, Spanish, Swedish, and Ukrainian.
61f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
62f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgOUTPUT_LANGUAGE        = English
63f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
64f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 
65f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# include brief member descriptions after the members that are listed in 
66f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the file and class documentation (similar to JavaDoc). 
67f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Set to NO to disable this.
68f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
69f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgBRIEF_MEMBER_DESC      = YES
70f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
71f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 
72f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the brief description of a member or function before the detailed description. 
73f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 
74f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# brief descriptions will be completely suppressed.
75f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
76f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgREPEAT_BRIEF           = YES
77f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
78f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This tag implements a quasi-intelligent brief description abbreviator 
79f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# that is used to form the text in various listings. Each string 
80f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# in this list, if found as the leading text of the brief description, will be 
81f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# stripped from the text and the result after processing the whole list, is 
82f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# used as the annotated text. Otherwise, the brief description is used as-is. 
83f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If left blank, the following values are used ("$name" is automatically 
84f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# replaced with the name of the entity): "The $name class" "The $name widget" 
85f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# "The $name file" "is" "provides" "specifies" "contains" 
86f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# "represents" "a" "an" "the"
87f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
88f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgABBREVIATE_BRIEF       = 
89f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
90f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 
91f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Doxygen will generate a detailed section even if there is only a brief 
92f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# description.
93f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
94f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgALWAYS_DETAILED_SEC    = NO
95f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
96f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 
97f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# inherited members of a class in the documentation of that class as if those 
98f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# members were ordinary class members. Constructors, destructors and assignment 
99f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# operators of the base classes will not be shown.
100f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
101f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgINLINE_INHERITED_MEMB  = NO
102f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
103f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 
104f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# path before files name in the file list and in the header files. If set 
105f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# to NO the shortest path that makes the file name unique will be used.
106f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
107f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgFULL_PATH_NAMES        = YES
108f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
109f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 
110f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# can be used to strip a user-defined part of the path. Stripping is 
111f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# only done if one of the specified strings matches the left-hand part of 
112f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the path. The tag can be used to show relative paths in the file list. 
113f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If left blank the directory from which doxygen is run is used as the 
114f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# path to strip.
115f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
116f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSTRIP_FROM_PATH        = ../src
117f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
118f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 
119f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the path mentioned in the documentation of a class, which tells 
120f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the reader which header file to include in order to use a class. 
121f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If left blank only the name of the header file containing the class 
122f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# definition is used. Otherwise one should specify the include paths that 
123f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# are normally passed to the compiler using the -I flag.
124f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
125f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSTRIP_FROM_INC_PATH    = 
126f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
127f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
128f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# (but less readable) file names. This can be useful is your file systems 
129f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# doesn't support long names like on DOS, Mac, or CD-ROM.
130f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
131f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSHORT_NAMES            = NO
132f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
133f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 
134f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will interpret the first line (until the first dot) of a JavaDoc-style 
135f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# comment as the brief description. If set to NO, the JavaDoc 
136f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# comments will behave just like regular Qt-style comments 
137f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# (thus requiring an explicit @brief command for a brief description.)
138f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
139f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgJAVADOC_AUTOBRIEF      = YES
140f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
141f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the QT_AUTOBRIEF tag is set to YES then Doxygen will 
142f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# interpret the first line (until the first dot) of a Qt-style 
143f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# comment as the brief description. If set to NO, the comments 
144f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will behave just like regular Qt-style comments (thus requiring 
145f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# an explicit \brief command for a brief description.)
146f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
147f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgQT_AUTOBRIEF           = YES
148f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
149f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
150f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# treat a multi-line C++ special comment block (i.e. a block of //! or /// 
151f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# comments) as a brief description. This used to be the default behaviour. 
152f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The new default is to treat a multi-line C++ comment block as a detailed 
153f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# description. Set this tag to YES if you prefer the old behaviour instead.
154f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
155f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgMULTILINE_CPP_IS_BRIEF = NO
156f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
157f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the DETAILS_AT_TOP tag is set to YES then Doxygen 
158f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will output the detailed description near the top, like JavaDoc.
159f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If set to NO, the detailed description appears after the member 
160f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documentation.
161f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
162f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgDETAILS_AT_TOP         = NO
163f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
164f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
165f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# member inherits the documentation from any documented member that it 
166f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# re-implements.
167f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
168f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgINHERIT_DOCS           = YES
169f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
170f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 
171f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# a new page for each member. If set to NO, the documentation of a member will 
172f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# be part of the file/class/namespace that contains it.
173f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
174f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSEPARATE_MEMBER_PAGES  = NO
175f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
176f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The TAB_SIZE tag can be used to set the number of spaces in a tab. 
177f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Doxygen uses this value to replace tabs by spaces in code fragments.
178f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
179f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgTAB_SIZE               = 8
180f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
181f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This tag can be used to specify a number of aliases that acts 
182f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# as commands in the documentation. An alias has the form "name=value". 
183f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# For example adding "sideeffect=\par Side Effects:\n" will allow you to 
184f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# put the command \sideeffect (or @sideeffect) in the documentation, which 
185f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will result in a user-defined paragraph with heading "Side Effects:". 
186f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# You can put \n's in the value part of an alias to insert newlines.
187f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
188f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgALIASES                = 
189f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
190f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C 
191f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# sources only. Doxygen will then generate output that is more tailored for C. 
192f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# For instance, some of the names that are used will be different. The list 
193f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# of all members will be omitted, etc.
194f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
195f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgOPTIMIZE_OUTPUT_FOR_C  = YES
196f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
197f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java 
198f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# sources only. Doxygen will then generate output that is more tailored for Java. 
199f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# For instance, namespaces will be presented as packages, qualified scopes 
200f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will look different, etc.
201f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
202f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgOPTIMIZE_OUTPUT_JAVA   = NO
203f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
204f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to 
205f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# include (a tag file for) the STL sources as input, then you should 
206f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# set this tag to YES in order to let doxygen match functions declarations and 
207f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. 
208f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# func(std::string) {}). This also make the inheritance and collaboration 
209f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# diagrams that involve STL classes more complete and accurate.
210f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
211f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgBUILTIN_STL_SUPPORT    = NO
212f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
213f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If you use Microsoft's C++/CLI language, you should set this option to YES to
214f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# enable parsing support.
215f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
216f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgCPP_CLI_SUPPORT        = NO
217f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
218f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 
219f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# tag is set to YES, then doxygen will reuse the documentation of the first 
220f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# member in the group (if any) for the other members of the group. By default 
221f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# all members of a group must be documented explicitly.
222f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
223f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgDISTRIBUTE_GROUP_DOC   = NO
224f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
225f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Set the SUBGROUPING tag to YES (the default) to allow class member groups of 
226f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the same type (for instance a group of public functions) to be put as a 
227f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# subgroup of that type (e.g. under the Public Functions section). Set it to 
228f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# NO to prevent subgrouping. Alternatively, this can be done per class using 
229f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the \nosubgrouping command.
230f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
231f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSUBGROUPING            = YES
232f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
233f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
234f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Build related configuration options
235f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
236f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
237f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 
238f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documentation are documented, even if no documentation was available. 
239f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Private class members and static file members will be hidden unless 
240f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
241f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
242f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXTRACT_ALL            = YES
243f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
244f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
245f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will be included in the documentation.
246f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
247f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXTRACT_PRIVATE        = YES
248f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
249f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the EXTRACT_STATIC tag is set to YES all static members of a file 
250f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will be included in the documentation.
251f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
252f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXTRACT_STATIC         = YES
253f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
254f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 
255f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# defined locally in source files will be included in the documentation. 
256f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If set to NO only classes defined in header files are included.
257f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
258f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXTRACT_LOCAL_CLASSES  = YES
259f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
260f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This flag is only useful for Objective-C code. When set to YES local 
261f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# methods, which are defined in the implementation section but not in 
262f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the interface are included in the documentation. 
263f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If set to NO (the default) only methods in the interface are included.
264f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
265f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXTRACT_LOCAL_METHODS  = NO
266f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
267f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If this flag is set to YES, the members of anonymous namespaces will be extracted 
268f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# and appear in the documentation as a namespace called 'anonymous_namespace{file}', 
269f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# where file will be replaced with the base name of the file that contains the anonymous 
270f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# namespace. By default anonymous namespace are hidden.
271f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
272f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXTRACT_ANON_NSPACES   = NO
273f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
274f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 
275f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# undocumented members of documented classes, files or namespaces. 
276f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If set to NO (the default) these members will be included in the 
277f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# various overviews, but no documentation section is generated. 
278f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This option has no effect if EXTRACT_ALL is enabled.
279f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
280f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHIDE_UNDOC_MEMBERS     = NO
281f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
282f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all 
283f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# undocumented classes that are normally visible in the class hierarchy. 
284f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If set to NO (the default) these classes will be included in the various 
285f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# overviews. This option has no effect if EXTRACT_ALL is enabled.
286f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
287f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHIDE_UNDOC_CLASSES     = NO
288f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
289f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all 
290f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# friend (class|struct|union) declarations. 
291f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If set to NO (the default) these declarations will be included in the 
292f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documentation.
293f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
294f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHIDE_FRIEND_COMPOUNDS  = NO
295f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
296f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any 
297f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documentation blocks found inside the body of a function. 
298f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If set to NO (the default) these blocks will be appended to the 
299f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# function's detailed documentation block.
300f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
301f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHIDE_IN_BODY_DOCS      = NO
302f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
303f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The INTERNAL_DOCS tag determines if documentation 
304f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# that is typed after a \internal command is included. If the tag is set 
305f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# to NO (the default) then the documentation will be excluded. 
306f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Set it to YES to include the internal documentation.
307f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
308f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgINTERNAL_DOCS          = NO
309f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
310f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate 
311f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# file names in lower-case letters. If set to YES upper-case letters are also 
312f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# allowed. This is useful if you have classes or files whose names only differ 
313f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# in case and if your file system supports case sensitive file names. Windows 
314f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# and Mac users are advised to set this option to NO.
315f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
316f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgCASE_SENSE_NAMES       = YES
317f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
318f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 
319f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will show members with their full class and namespace scopes in the 
320f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documentation. If set to YES the scope will be hidden.
321f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
322f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHIDE_SCOPE_NAMES       = NO
323f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
324f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 
325f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will put a list of the files that are included by a file in the documentation 
326f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# of that file.
327f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
328f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSHOW_INCLUDE_FILES     = NO
329f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
330f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 
331f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# is inserted in the documentation for inline members.
332f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
333f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgINLINE_INFO            = NO
334f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
335f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen 
336f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will sort the (detailed) documentation of file and class members 
337f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# alphabetically by member name. If set to NO the members will appear in 
338f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# declaration order.
339f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
340f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSORT_MEMBER_DOCS       = YES
341f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
342f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 
343f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# brief documentation of file, namespace and class members alphabetically 
344f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# by member name. If set to NO (the default) the members will appear in 
345f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# declaration order.
346f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
347f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSORT_BRIEF_DOCS        = NO
348f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
349f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be 
350f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# sorted by fully-qualified names, including namespaces. If set to 
351f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# NO (the default), the class list will be sorted only by class name, 
352f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# not including the namespace part. 
353f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
354f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Note: This option applies only to the class list, not to the 
355f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# alphabetical list.
356f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
357f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSORT_BY_SCOPE_NAME     = NO
358f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
359f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The GENERATE_TODOLIST tag can be used to enable (YES) or 
360f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# disable (NO) the todo list. This list is created by putting \todo 
361f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# commands in the documentation.
362f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
363f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_TODOLIST      = NO
364f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
365f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The GENERATE_TESTLIST tag can be used to enable (YES) or 
366f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# disable (NO) the test list. This list is created by putting \test 
367f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# commands in the documentation.
368f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
369f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_TESTLIST      = NO
370f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
371f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The GENERATE_BUGLIST tag can be used to enable (YES) or 
372f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# disable (NO) the bug list. This list is created by putting \bug 
373f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# commands in the documentation.
374f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
375f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_BUGLIST       = NO
376f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
377f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or 
378f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# disable (NO) the deprecated list. This list is created by putting 
379f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# \deprecated commands in the documentation.
380f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
381f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_DEPRECATEDLIST= YES
382f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
383f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The ENABLED_SECTIONS tag can be used to enable conditional 
384f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documentation sections, marked by \if sectionname ... \endif.
385f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
386f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgENABLED_SECTIONS       = 
387f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
388f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The MAX_INITIALIZER_LINES tag determines the maximum number of lines 
389f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the initial value of a variable or define consists of for it to appear in 
390f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the documentation. If the initializer consists of more lines than specified 
391f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# here it will be hidden. Use a value of 0 to hide initializers completely. 
392f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The appearance of the initializer of individual variables and defines in the 
393f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documentation can be controlled using \showinitializer or \hideinitializer 
394f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# command in the documentation regardless of this setting.
395f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
396f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgMAX_INITIALIZER_LINES  = 30
397f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
398f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Set the SHOW_USED_FILES tag to NO to disable the list of files generated 
399f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# at the bottom of the documentation of classes and structs. If set to YES the 
400f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# list will mention the files that were used to generate the documentation.
401f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
402f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSHOW_USED_FILES        = YES
403f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
404f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the sources in your project are distributed over multiple directories 
405f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy 
406f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# in the documentation. The default is NO.
407f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
408f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSHOW_DIRECTORIES       = YES
409f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
410f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The FILE_VERSION_FILTER tag can be used to specify a program or script that 
411f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# doxygen should invoke to get the current version for each file (typically from the 
412f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# version control system). Doxygen will invoke the program by executing (via 
413f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# popen()) the command <command> <input-file>, where <command> is the value of 
414f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file 
415f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# provided by doxygen. Whatever the program writes to standard output 
416f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# is used as the file version. See the manual for examples.
417f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
418f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgFILE_VERSION_FILTER    = 
419f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
420f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
421f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# configuration options related to warning and progress messages
422f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
423f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
424f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The QUIET tag can be used to turn on/off the messages that are generated 
425f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# by doxygen. Possible values are YES and NO. If left blank NO is used.
426f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
427f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgQUIET                  = NO
428f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
429f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The WARNINGS tag can be used to turn on/off the warning messages that are 
430f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generated by doxygen. Possible values are YES and NO. If left blank 
431f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# NO is used.
432f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
433f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgWARNINGS               = YES
434f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
435f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 
436f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
437f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# automatically be disabled.
438f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
439f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgWARN_IF_UNDOCUMENTED   = YES
440f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
441f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
442f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# potential errors in the documentation, such as not documenting some 
443f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# parameters in a documented function, or documenting parameters that 
444f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# don't exist or using markup commands wrongly.
445f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
446f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgWARN_IF_DOC_ERROR      = YES
447f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
448f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This WARN_NO_PARAMDOC option can be abled to get warnings for 
449f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# functions that are documented, but have no documentation for their parameters 
450f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# or return value. If set to NO (the default) doxygen will only warn about 
451f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# wrong or incomplete parameter documentation, but not about the absence of 
452f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documentation.
453f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
454f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgWARN_NO_PARAMDOC       = NO
455f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
456f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The WARN_FORMAT tag determines the format of the warning messages that 
457f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# doxygen can produce. The string should contain the $file, $line, and $text 
458f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# tags, which will be replaced by the file and line number from which the 
459f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# warning originated and the warning text. Optionally the format may contain 
460f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# $version, which will be replaced by the version of the file (if it could 
461f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# be obtained via FILE_VERSION_FILTER)
462f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
463f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgWARN_FORMAT            = "$file:$line: $text"
464f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
465f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The WARN_LOGFILE tag can be used to specify a file to which warning 
466f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# and error messages should be written. If left blank the output is written 
467f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# to stderr.
468f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
469f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgWARN_LOGFILE           = 
470f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
471f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
472f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# configuration options related to the input files
473f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
474f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
475f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The INPUT tag can be used to specify the files and/or directories that contain 
476f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documented source files. You may enter file names like "myfile.cpp" or 
477f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# directories like "/usr/src/myproject". Separate the files or directories 
478f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# with spaces.
479f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
480f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgINPUT                  = gallium.doc \
481f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org                         ../src/gallium \
482f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org                         ../src/mesa/state_tracker
483f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
484f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This tag can be used to specify the character encoding of the source files that 
485f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default 
486f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding. 
487f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# See http://www.gnu.org/software/libiconv for the list of possible encodings.
488f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
489f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgINPUT_ENCODING         = UTF-8
490f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
491f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the value of the INPUT tag contains directories, you can use the 
492f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
493f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# and *.h) to filter out the source-files in the directories. If left 
494f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# blank the following patterns are tested: 
495f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx 
496f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
497f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
498f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgFILE_PATTERNS          = *.c *.h *.cpp *.hpp
499f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
500f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The RECURSIVE tag can be used to turn specify whether or not subdirectories 
501f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# should be searched for input files as well. Possible values are YES and NO. 
502f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If left blank NO is used.
503f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
504f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgRECURSIVE              = YES
505f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
506f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The EXCLUDE tag can be used to specify files and/or directories that should 
507f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# excluded from the INPUT source files. This way you can easily exclude a 
508f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# subdirectory from a directory tree whose root is specified with the INPUT tag.
509f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
510f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXCLUDE                = 
511f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
512f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
513f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# directories that are symbolic links (a Unix filesystem feature) are excluded 
514f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# from the input.
515f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
516f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXCLUDE_SYMLINKS       = NO
517f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
518f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the value of the INPUT tag contains directories, you can use the 
519f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
520f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# certain files from those directories. Note that the wildcards are matched 
521f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# against the file with absolute path, so to exclude all test directories 
522f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# for example use the pattern */test/*
523f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
524f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXCLUDE_PATTERNS       = 
525f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
526f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 
527f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# (namespaces, classes, functions, etc.) that should be excluded from the output. 
528f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The symbol name can be a fully qualified name, a word, or if the wildcard * is used, 
529f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# a substring. Examples: ANamespace, AClass, AClass::ANamespace, ANamespace::*Test
530f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
531f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXCLUDE_SYMBOLS        = 
532f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
533f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The EXAMPLE_PATH tag can be used to specify one or more files or 
534f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# directories that contain example code fragments that are included (see 
535f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the \include command).
536f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
537f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXAMPLE_PATH           = 
538f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
539f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the value of the EXAMPLE_PATH tag contains directories, you can use the 
540f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
541f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# and *.h) to filter out the source-files in the directories. If left 
542f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# blank all files are included.
543f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
544f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXAMPLE_PATTERNS       = 
545f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
546f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 
547f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# searched for input files to be used with the \include or \dontinclude 
548f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# commands irrespective of the value of the RECURSIVE tag. 
549f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Possible values are YES and NO. If left blank NO is used.
550f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
551f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXAMPLE_RECURSIVE      = NO
552f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
553f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The IMAGE_PATH tag can be used to specify one or more files or 
554f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# directories that contain image that are included in the documentation (see 
555f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the \image command).
556f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
557f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgIMAGE_PATH             = 
558f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
559f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The INPUT_FILTER tag can be used to specify a program that doxygen should 
560f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# invoke to filter for each input file. Doxygen will invoke the filter program 
561f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# by executing (via popen()) the command <filter> <input-file>, where <filter> 
562f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# is the value of the INPUT_FILTER tag, and <input-file> is the name of an 
563f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# input file. Doxygen will then use the output that the filter program writes 
564f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# to standard output.  If FILTER_PATTERNS is specified, this tag will be 
565f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# ignored.
566f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
567f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgINPUT_FILTER           = 
568f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
569f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 
570f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# basis.  Doxygen will compare the file name with each pattern and apply the 
571f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# filter if there is a match.  The filters are a list of the form: 
572f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further 
573f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER 
574f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# is applied to all files.
575f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
576f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgFILTER_PATTERNS        = 
577f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
578f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 
579f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# INPUT_FILTER) will be used to filter the input files when producing source 
580f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# files to browse (i.e. when SOURCE_BROWSER is set to YES).
581f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
582f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgFILTER_SOURCE_FILES    = NO
583f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
584f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
585f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# configuration options related to source browsing
586f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
587f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
588f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the SOURCE_BROWSER tag is set to YES then a list of source files will 
589f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# be generated. Documented entities will be cross-referenced with these sources. 
590f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Note: To get rid of all source code in the generated output, make sure also 
591f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# VERBATIM_HEADERS is set to NO. If you have enabled CALL_GRAPH or CALLER_GRAPH 
592f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# then you must also enable this option. If you don't then doxygen will produce 
593f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# a warning and turn it on anyway
594f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
595f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSOURCE_BROWSER         = YES
596f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
597f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Setting the INLINE_SOURCES tag to YES will include the body 
598f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# of functions and classes directly in the documentation.
599f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
600f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgINLINE_SOURCES         = YES
601f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
602f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 
603f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# doxygen to hide any special comment blocks from generated source code 
604f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# fragments. Normal C and C++ comments will always remain visible.
605f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
606f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSTRIP_CODE_COMMENTS    = YES
607f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
608f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the REFERENCED_BY_RELATION tag is set to YES (the default) 
609f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# then for each documented function all documented 
610f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# functions referencing it will be listed.
611f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
612f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgREFERENCED_BY_RELATION = NO
613f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
614f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the REFERENCES_RELATION tag is set to YES (the default) 
615f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# then for each documented function all documented entities 
616f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# called/used by that function will be listed.
617f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
618f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgREFERENCES_RELATION    = YES
619f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
620f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
621f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
622f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
623f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# link to the source code.  Otherwise they will link to the documentstion.
624f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
625f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgREFERENCES_LINK_SOURCE = YES
626f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
627f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the USE_HTAGS tag is set to YES then the references to source code 
628f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will point to the HTML generated by the htags(1) tool instead of doxygen 
629f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# built-in source browser. The htags tool is part of GNU's global source 
630f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# tagging system (see http://www.gnu.org/software/global/global.html). You 
631f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will need version 4.8.6 or higher.
632f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
633f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgUSE_HTAGS              = NO
634f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
635f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 
636f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will generate a verbatim copy of the header file for each class for 
637f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# which an include is specified. Set to NO to disable this.
638f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
639f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgVERBATIM_HEADERS       = NO
640f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
641f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
642f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# configuration options related to the alphabetical class index
643f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
644f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
645f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index 
646f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# of all compounds will be generated. Enable this if the project 
647f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# contains a lot of classes, structs, unions or interfaces.
648f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
649f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgALPHABETICAL_INDEX     = NO
650f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
651f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
652f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
653f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# in which this list will be split (can be a number in the range [1..20])
654f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
655f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgCOLS_IN_ALPHA_INDEX    = 5
656f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
657f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# In case all classes in a project start with a common prefix, all 
658f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# classes will be put under the same header in the alphabetical index. 
659f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
660f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# should be ignored while generating the index headers.
661f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
662f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgIGNORE_PREFIX          = 
663f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
664f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
665f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# configuration options related to the HTML output
666f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
667f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
668f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_HTML tag is set to YES (the default) Doxygen will 
669f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generate HTML output.
670f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
671f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_HTML          = YES
672f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
673f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 
674f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
675f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# put in front of it. If left blank `html' will be used as the default path.
676f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
677f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHTML_OUTPUT            = .
678f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
679f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
680f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# each generated HTML page (for example: .htm,.php,.asp). If it is left blank 
681f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# doxygen will generate files with .html extension.
682f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
683f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHTML_FILE_EXTENSION    = .html
684f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
685f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The HTML_HEADER tag can be used to specify a personal HTML header for 
686f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# each generated HTML page. If it is left blank doxygen will generate a 
687f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# standard header.
688f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
689f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHTML_HEADER            = 
690f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
691f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The HTML_FOOTER tag can be used to specify a personal HTML footer for 
692f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# each generated HTML page. If it is left blank doxygen will generate a 
693f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# standard footer.
694f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
695f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHTML_FOOTER            = 
696f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
697f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
698f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# style sheet that is used by each HTML page. It can be used to 
699f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# fine-tune the look of the HTML output. If the tag is left blank doxygen 
700f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will generate a default style sheet. Note that doxygen will try to copy 
701f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the style sheet file to the HTML output directory, so don't put your own 
702f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# stylesheet in the HTML output directory as well, or it will be erased!
703f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
704f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHTML_STYLESHEET        = 
705f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
706f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
707f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# files or namespaces will be aligned in HTML using tables. If set to 
708f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# NO a bullet list will be used.
709f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
710f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHTML_ALIGN_MEMBERS     = YES
711f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
712f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_HTMLHELP tag is set to YES, additional index files 
713f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will be generated that can be used as input for tools like the 
714f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Microsoft HTML help workshop to generate a compressed HTML help file (.chm) 
715f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# of the generated HTML documentation.
716f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
717f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_HTMLHELP      = NO
718f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
719f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML 
720f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documentation will contain sections that can be hidden and shown after the 
721f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# page has loaded. For this to work a browser that supports 
722f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox 
723f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
724f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
725f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHTML_DYNAMIC_SECTIONS  = NO
726f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
727f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 
728f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# be used to specify the file name of the resulting .chm file. You 
729f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# can add a path in front of the file if the result should not be 
730f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# written to the html output directory.
731f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
732f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgCHM_FILE               = 
733f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
734f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can 
735f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# be used to specify the location (absolute path including file name) of 
736f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 
737f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the HTML help compiler on the generated index.hhp.
738f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
739f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHHC_LOCATION           = 
740f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
741f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 
742f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# controls if a separate .chi index file is generated (YES) or that 
743f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# it should be included in the master .chm file (NO).
744f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
745f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_CHI           = NO
746f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
747f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag 
748f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# controls whether a binary table of contents is generated (YES) or a 
749f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# normal table of contents (NO) in the .chm file.
750f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
751f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgBINARY_TOC             = NO
752f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
753f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The TOC_EXPAND flag can be set to YES to add extra items for group members 
754f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# to the contents of the HTML help documentation and to the tree view.
755f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
756f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgTOC_EXPAND             = NO
757f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
758f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The DISABLE_INDEX tag can be used to turn on/off the condensed index at 
759f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# top of each HTML page. The value NO (the default) enables the index and 
760f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the value YES disables it.
761f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
762f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgDISABLE_INDEX          = NO
763f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
764f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This tag can be used to set the number of enum values (range [1..20]) 
765f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# that doxygen will group on one line in the generated HTML documentation.
766f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
767f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgENUM_VALUES_PER_LINE   = 4
768f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
769f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
770f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generated containing a tree-like index structure (just like the one that 
771f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# is generated for HTML Help). For this to work a browser that supports 
772f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, 
773f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are 
774f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# probably better off using the HTML help feature.
775f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
776f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_TREEVIEW      = NO
777f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
778f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be 
779f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# used to set the initial width (in pixels) of the frame in which the tree 
780f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# is shown.
781f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
782f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgTREEVIEW_WIDTH         = 250
783f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
784f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
785f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# configuration options related to the LaTeX output
786f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
787f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
788f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
789f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generate Latex output.
790f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
791f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_LATEX         = NO
792f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
793f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
794f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
795f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# put in front of it. If left blank `latex' will be used as the default path.
796f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
797f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgLATEX_OUTPUT           = latex
798f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
799f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be 
800f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# invoked. If left blank `latex' will be used as the default command name.
801f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
802f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgLATEX_CMD_NAME         = latex
803f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
804f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to 
805f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generate index for LaTeX. If left blank `makeindex' will be used as the 
806f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# default command name.
807f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
808f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgMAKEINDEX_CMD_NAME     = makeindex
809f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
810f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 
811f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# LaTeX documents. This may be useful for small projects and may help to 
812f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# save some trees in general.
813f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
814f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgCOMPACT_LATEX          = NO
815f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
816f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The PAPER_TYPE tag can be used to set the paper type that is used 
817f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# by the printer. Possible values are: a4, a4wide, letter, legal and 
818f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# executive. If left blank a4wide will be used.
819f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
820f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgPAPER_TYPE             = a4wide
821f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
822f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
823f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# packages that should be included in the LaTeX output.
824f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
825f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXTRA_PACKAGES         = 
826f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
827f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The LATEX_HEADER tag can be used to specify a personal LaTeX header for 
828f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the generated latex document. The header should contain everything until 
829f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the first chapter. If it is left blank doxygen will generate a 
830f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# standard header. Notice: only use this tag if you know what you are doing!
831f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
832f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgLATEX_HEADER           = 
833f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
834f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 
835f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# is prepared for conversion to pdf (using ps2pdf). The pdf file will 
836f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# contain links (just like the HTML output) instead of page references 
837f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This makes the output suitable for online browsing using a pdf viewer.
838f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
839f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgPDF_HYPERLINKS         = NO
840f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
841f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
842f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# plain latex in the generated Makefile. Set this option to YES to get a 
843f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# higher quality PDF documentation.
844f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
845f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgUSE_PDFLATEX           = NO
846f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
847f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
848f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# command to the generated LaTeX files. This will instruct LaTeX to keep 
849f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# running if errors occur, instead of asking the user for help. 
850f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This option is also used when generating formulas in HTML.
851f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
852f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgLATEX_BATCHMODE        = NO
853f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
854f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If LATEX_HIDE_INDICES is set to YES then doxygen will not 
855f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# include the index chapters (such as File Index, Compound Index, etc.) 
856f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# in the output.
857f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
858f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgLATEX_HIDE_INDICES     = NO
859f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
860f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
861f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# configuration options related to the RTF output
862f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
863f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
864f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output 
865f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The RTF output is optimized for Word 97 and may not look very pretty with 
866f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# other RTF readers or editors.
867f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
868f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_RTF           = NO
869f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
870f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 
871f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
872f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# put in front of it. If left blank `rtf' will be used as the default path.
873f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
874f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgRTF_OUTPUT             = rtf
875f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
876f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the COMPACT_RTF tag is set to YES Doxygen generates more compact 
877f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# RTF documents. This may be useful for small projects and may help to 
878f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# save some trees in general.
879f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
880f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgCOMPACT_RTF            = NO
881f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
882f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated 
883f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will contain hyperlink fields. The RTF file will 
884f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# contain links (just like the HTML output) instead of page references. 
885f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This makes the output suitable for online browsing using WORD or other 
886f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# programs which support those fields. 
887f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Note: wordpad (write) and others do not support links.
888f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
889f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgRTF_HYPERLINKS         = NO
890f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
891f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Load stylesheet definitions from file. Syntax is similar to doxygen's 
892f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# config file, i.e. a series of assignments. You only have to provide 
893f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# replacements, missing definitions are set to their default value.
894f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
895f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgRTF_STYLESHEET_FILE    = 
896f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
897f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Set optional variables used in the generation of an rtf document. 
898f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Syntax is similar to doxygen's config file.
899f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
900f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgRTF_EXTENSIONS_FILE    = 
901f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
902f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
903f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# configuration options related to the man page output
904f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
905f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
906f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_MAN tag is set to YES (the default) Doxygen will 
907f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generate man pages
908f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
909f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_MAN           = NO
910f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
911f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The MAN_OUTPUT tag is used to specify where the man pages will be put. 
912f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
913f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# put in front of it. If left blank `man' will be used as the default path.
914f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
915f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgMAN_OUTPUT             = man
916f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
917f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The MAN_EXTENSION tag determines the extension that is added to 
918f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the generated man pages (default is the subroutine's section .3)
919f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
920f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgMAN_EXTENSION          = .3
921f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
922f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the MAN_LINKS tag is set to YES and Doxygen generates man output, 
923f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# then it will generate one additional man file for each entity 
924f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documented in the real man page(s). These additional files 
925f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# only source the real man page, but without them the man command 
926f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# would be unable to find the correct page. The default is NO.
927f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
928f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgMAN_LINKS              = NO
929f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
930f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
931f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# configuration options related to the XML output
932f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
933f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
934f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_XML tag is set to YES Doxygen will 
935f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generate an XML file that captures the structure of 
936f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the code including all documentation.
937f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
938f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_XML           = NO
939f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
940f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The XML_OUTPUT tag is used to specify where the XML pages will be put. 
941f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
942f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# put in front of it. If left blank `xml' will be used as the default path.
943f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
944f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgXML_OUTPUT             = xml
945f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
946f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The XML_SCHEMA tag can be used to specify an XML schema, 
947f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# which can be used by a validating XML parser to check the 
948f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# syntax of the XML files.
949f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
950f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgXML_SCHEMA             = 
951f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
952f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The XML_DTD tag can be used to specify an XML DTD, 
953f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# which can be used by a validating XML parser to check the 
954f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# syntax of the XML files.
955f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
956f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgXML_DTD                = 
957f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
958f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the XML_PROGRAMLISTING tag is set to YES Doxygen will 
959f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# dump the program listings (including syntax highlighting 
960f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# and cross-referencing information) to the XML output. Note that 
961f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# enabling this will significantly increase the size of the XML output.
962f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
963f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgXML_PROGRAMLISTING     = YES
964f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
965f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
966f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# configuration options for the AutoGen Definitions output
967f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
968f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
969f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will 
970f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generate an AutoGen Definitions (see autogen.sf.net) file 
971f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# that captures the structure of the code including all 
972f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documentation. Note that this feature is still experimental 
973f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# and incomplete at the moment.
974f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
975f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_AUTOGEN_DEF   = NO
976f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
977f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
978f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# configuration options related to the Perl module output
979f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
980f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
981f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_PERLMOD tag is set to YES Doxygen will 
982f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generate a Perl module file that captures the structure of 
983f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the code including all documentation. Note that this 
984f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# feature is still experimental and incomplete at the 
985f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# moment.
986f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
987f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_PERLMOD       = NO
988f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
989f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the PERLMOD_LATEX tag is set to YES Doxygen will generate 
990f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the necessary Makefile rules, Perl scripts and LaTeX code to be able 
991f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# to generate PDF and DVI output from the Perl module output.
992f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
993f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgPERLMOD_LATEX          = NO
994f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
995f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be 
996f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# nicely formatted so it can be parsed by a human reader.  This is useful 
997f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# if you want to understand what is going on.  On the other hand, if this 
998f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# tag is set to NO the size of the Perl module output will be much smaller 
999f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# and Perl will parse it just the same.
1000f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1001f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgPERLMOD_PRETTY         = YES
1002f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1003f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The names of the make variables in the generated doxyrules.make file 
1004f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. 
1005f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# This is useful so different doxyrules.make files included by the same 
1006f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Makefile don't overwrite each other's variables.
1007f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1008f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgPERLMOD_MAKEVAR_PREFIX = 
1009f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1010f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
1011f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Configuration options related to the preprocessor   
1012f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
1013f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1014f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 
1015f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# evaluate all C-preprocessor directives found in the sources and include 
1016f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# files.
1017f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1018f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgENABLE_PREPROCESSING   = YES
1019f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1020f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 
1021f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# names in the source code. If set to NO (the default) only conditional 
1022f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# compilation will be performed. Macro expansion can be done in a controlled 
1023f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# way by setting EXPAND_ONLY_PREDEF to YES.
1024f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1025f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgMACRO_EXPANSION        = YES
1026f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1027f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 
1028f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# then the macro expansion is limited to the macros specified with the 
1029f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# PREDEFINED and EXPAND_AS_DEFINED tags.
1030f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1031f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXPAND_ONLY_PREDEF     = NO
1032f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1033f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 
1034f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# in the INCLUDE_PATH (see below) will be search if a #include is found.
1035f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1036f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSEARCH_INCLUDES        = YES
1037f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1038f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The INCLUDE_PATH tag can be used to specify one or more directories that 
1039f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# contain include files that are not input files but should be processed by 
1040f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the preprocessor.
1041f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1042f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgINCLUDE_PATH           = 
1043f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1044f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
1045f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# patterns (like *.h and *.hpp) to filter out the header-files in the 
1046f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# directories. If left blank, the patterns specified with FILE_PATTERNS will 
1047f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# be used.
1048f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1049f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgINCLUDE_FILE_PATTERNS  = 
1050f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1051f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The PREDEFINED tag can be used to specify one or more macro names that 
1052f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# are defined before the preprocessor is started (similar to the -D option of 
1053f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# gcc). The argument of the tag is a list of macros of the form: name 
1054f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# or name=definition (no spaces). If the definition and the = are 
1055f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# omitted =1 is assumed. To prevent a macro definition from being 
1056f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# undefined via #undef or recursively expanded use the := operator 
1057f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# instead of the = operator.
1058f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1059f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgPREDEFINED             = INLINE=inline MESA_LLVM=1
1060f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1061f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
1062f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# this tag can be used to specify a list of macro names that should be expanded. 
1063f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The macro definition that is found in the sources will be used. 
1064f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Use the PREDEFINED tag if you want to use a different macro definition.
1065f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1066f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXPAND_AS_DEFINED      = 
1067f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1068f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 
1069f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# doxygen's preprocessor will remove all function-like macros that are alone 
1070f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# on a line, have an all uppercase name, and do not end with a semicolon. Such 
1071f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# function macros are typically used for boiler-plate code, and will confuse 
1072f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the parser if not removed.
1073f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1074f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSKIP_FUNCTION_MACROS   = YES
1075f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1076f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
1077f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Configuration::additions related to external references   
1078f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
1079f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1080f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The TAGFILES option can be used to specify one or more tagfiles. 
1081f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Optionally an initial location of the external documentation 
1082f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# can be added for each tagfile. The format of a tag file without 
1083f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# this location is as follows: 
1084f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#   TAGFILES = file1 file2 ... 
1085f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Adding location for the tag files is done as follows: 
1086f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#   TAGFILES = file1=loc1 "file2 = loc2" ... 
1087f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# where "loc1" and "loc2" can be relative or absolute paths or 
1088f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# URLs. If a location is present for each tag, the installdox tool 
1089f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# does not have to be run to correct the links.
1090f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Note that each tag file must have a unique name
1091f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# (where the name does NOT include the path)
1092f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If a tag file is not located in the directory in which doxygen 
1093f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# is run, you must also specify the path to the tagfile here.
1094f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1095f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgTAGFILES               =  \
1096f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org			main.tag=../main \
1097f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org			math.tag=../math \
1098f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org			swrast_setup.tag=../swrast_setup \
1099f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org			swrast.tag=../swrast \
1100f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org			tnl_dd.tag=../tnl_dd \
1101f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org			tnl.tag=../tnl \
1102f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org			vbo.tag=../vbo
1103f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1104f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# When a file name is specified after GENERATE_TAGFILE, doxygen will create 
1105f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# a tag file that is based on the input files it reads.
1106f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1107f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_TAGFILE       = 
1108f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1109f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the ALLEXTERNALS tag is set to YES all external classes will be listed 
1110f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# in the class index. If set to NO only the inherited external classes 
1111f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will be listed.
1112f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1113f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgALLEXTERNALS           = NO
1114f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1115f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed 
1116f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# in the modules index. If set to NO, only the current project's groups will 
1117f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# be listed.
1118f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1119f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgEXTERNAL_GROUPS        = YES
1120f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1121f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The PERL_PATH should be the absolute path and name of the perl script 
1122f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# interpreter (i.e. the result of `which perl').
1123f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1124f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgPERL_PATH              = /usr/bin/perl
1125f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1126f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
1127f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Configuration options related to the dot tool   
1128f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
1129f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1130f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will 
1131f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base 
1132f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# or super classes. Setting the tag to NO turns the diagrams off. Note that 
1133f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# this option is superseded by the HAVE_DOT option below. This is only a 
1134f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# fallback. It is recommended to install and use dot, since it yields more 
1135f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# powerful graphs.
1136f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1137f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgCLASS_DIAGRAMS         = YES
1138f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1139f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# You can define message sequence charts within doxygen comments using the \msc 
1140f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# command. Doxygen will then run the mscgen tool (see http://www.mcternan.me.uk/mscgen/) to 
1141f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# produce the chart and insert it in the documentation. The MSCGEN_PATH tag allows you to 
1142f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# specify the directory where the mscgen tool resides. If left empty the tool is assumed to 
1143f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# be found in the default search path.
1144f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1145f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgMSCGEN_PATH            = 
1146f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1147f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If set to YES, the inheritance and collaboration graphs will hide 
1148f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# inheritance and usage relations if the target is undocumented 
1149f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# or is not a class.
1150f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1151f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHIDE_UNDOC_RELATIONS   = YES
1152f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1153f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 
1154f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# available from the path. This tool is part of Graphviz, a graph visualization 
1155f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# toolkit from AT&T and Lucent Bell Labs. The other options in this section 
1156f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# have no effect if this option is set to NO (the default)
1157f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1158f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgHAVE_DOT               = YES
1159f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1160f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
1161f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will generate a graph for each documented class showing the direct and 
1162f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# indirect inheritance relations. Setting this tag to YES will force the 
1163f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the CLASS_DIAGRAMS tag to NO.
1164f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1165f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgCLASS_GRAPH            = YES
1166f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1167f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
1168f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will generate a graph for each documented class showing the direct and 
1169f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# indirect implementation dependencies (inheritance, containment, and 
1170f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# class references variables) of the class with other documented classes.
1171f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1172f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgCOLLABORATION_GRAPH    = YES
1173f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1174f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 
1175f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will generate a graph for groups, showing the direct groups dependencies
1176f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1177f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGROUP_GRAPHS           = YES
1178f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1179f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
1180f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# collaboration diagrams in a style similar to the OMG's Unified Modeling 
1181f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Language.
1182f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1183f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgUML_LOOK               = NO
1184f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1185f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If set to YES, the inheritance and collaboration graphs will show the 
1186f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# relations between templates and their instances.
1187f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1188f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgTEMPLATE_RELATIONS     = NO
1189f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1190f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
1191f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# tags are set to YES then doxygen will generate a graph for each documented 
1192f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# file showing the direct and indirect include dependencies of the file with 
1193f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# other documented files.
1194f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1195f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgINCLUDE_GRAPH          = YES
1196f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1197f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
1198f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
1199f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# documented header file showing the documented files that directly or 
1200f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# indirectly include this file.
1201f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1202f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgINCLUDED_BY_GRAPH      = YES
1203f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1204f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the CALL_GRAPH, SOURCE_BROWSER and HAVE_DOT tags are set to YES then doxygen will 
1205f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generate a call dependency graph for every global function or class method. 
1206f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Note that enabling this option will significantly increase the time of a run. 
1207f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# So in most cases it will be better to enable call graphs for selected 
1208f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# functions only using the \callgraph command.
1209f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1210f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgCALL_GRAPH             = NO
1211f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1212f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the CALLER_GRAPH, SOURCE_BROWSER and HAVE_DOT tags are set to YES then doxygen will 
1213f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generate a caller dependency graph for every global function or class method. 
1214f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Note that enabling this option will significantly increase the time of a run. 
1215f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# So in most cases it will be better to enable caller graphs for selected 
1216f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# functions only using the \callergraph command.
1217f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1218f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgCALLER_GRAPH           = NO
1219f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1220f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
1221f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# will graphical hierarchy of all classes instead of a textual one.
1222f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1223f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGRAPHICAL_HIERARCHY    = YES
1224f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1225f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES 
1226f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# then doxygen will show the dependencies a directory has on other directories 
1227f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# in a graphical way. The dependency relations are determined by the #include
1228f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# relations between the files in the directories.
1229f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1230f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgDIRECTORY_GRAPH        = YES
1231f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1232f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 
1233f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generated by dot. Possible values are png, jpg, or gif
1234f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If left blank png will be used.
1235f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1236f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgDOT_IMAGE_FORMAT       = png
1237f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1238f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The tag DOT_PATH can be used to specify the path where the dot tool can be 
1239f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# found. If left blank, it is assumed the dot tool can be found in the path.
1240f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1241f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgDOT_PATH               = 
1242f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1243f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The DOTFILE_DIRS tag can be used to specify one or more directories that 
1244f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# contain dot files that are included in the documentation (see the 
1245f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# \dotfile command).
1246f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1247f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgDOTFILE_DIRS           = 
1248f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1249f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The MAX_DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of 
1250f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# nodes that will be shown in the graph. If the number of nodes in a graph 
1251f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# becomes larger than this value, doxygen will truncate the graph, which is 
1252f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# visualized by representing a node as a red box. Note that doxygen if the number 
1253f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# of direct children of the root node in a graph is already larger than 
1254f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# MAX_DOT_GRAPH_NOTES then the graph will not be shown at all. Also note 
1255f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
1256f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1257f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgDOT_GRAPH_MAX_NODES    = 50
1258f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1259f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the 
1260f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# graphs generated by dot. A depth value of 3 means that only nodes reachable 
1261f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# from the root by following a path via at most 3 edges will be shown. Nodes 
1262f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# that lay further from the root node will be omitted. Note that setting this 
1263f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# option to 1 or 2 may greatly reduce the computation time needed for large 
1264f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# code bases. Also note that the size of a graph can be further restricted by 
1265f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
1266f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1267f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgMAX_DOT_GRAPH_DEPTH    = 0
1268f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1269f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent 
1270f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# background. This is disabled by default, which results in a white background. 
1271f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Warning: Depending on the platform used, enabling this option may lead to 
1272f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# badly anti-aliased labels on the edges of a graph (i.e. they become hard to 
1273f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# read).
1274f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1275f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgDOT_TRANSPARENT        = NO
1276f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1277f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output 
1278f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# files in one run (i.e. multiple -o and -T options on the command line). This 
1279f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# makes dot run faster, but since only newer versions of dot (>1.8.10) 
1280f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# support this, this feature is disabled by default.
1281f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1282f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgDOT_MULTI_TARGETS      = NO
1283f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1284f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 
1285f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# generate a legend page explaining the meaning of the various boxes and 
1286f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# arrows in the dot generated graphs.
1287f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1288f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgGENERATE_LEGEND        = YES
1289f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1290f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 
1291f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# remove the intermediate dot files that are used to generate 
1292f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# the various graphs.
1293f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1294f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgDOT_CLEANUP            = YES
1295f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1296f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
1297f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# Configuration::additions related to the search engine   
1298f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org#---------------------------------------------------------------------------
1299f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1300f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# The SEARCHENGINE tag specifies whether or not a search engine should be 
1301f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org# used. If set to NO the values of all tags below this one will be ignored.
1302f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.org
1303f2ba7591b1407a7ee9209f842c50696914dc2dedkbr@chromium.orgSEARCHENGINE           = NO
1304