##// END OF EJS Templates
Working on fat32
jeandet -
r87:4fd5a5f0eb16 dev_alexis
parent child
Show More
This diff has been collapsed as it changes many lines, (2710 lines changed) Show them Hide them
@@ -1,104 +1,114
1 # Doxyfile 1.8.3.1
1 # Doxyfile 1.8.6
2
2
3 # This file describes the settings to be used by the documentation system
3 # This file describes the settings to be used by the documentation system
4 # doxygen (www.doxygen.org) for a project
4 # doxygen (www.doxygen.org) for a project.
5 #
5 #
6 # All text after a hash (#) is considered a comment and will be ignored
6 # All text after a double hash (##) is considered a comment and is placed in
7 # front of the TAG it is preceding.
8 #
9 # All text after a single hash (#) is considered a comment and will be ignored.
7 # The format is:
10 # The format is:
8 # TAG = value [value, ...]
11 # TAG = value [value, ...]
9 # For lists items can also be appended using:
12 # For lists, items can also be appended using:
10 # TAG += value [value, ...]
13 # TAG += value [value, ...]
11 # Values that contain spaces should be placed between quotes (" ")
14 # Values that contain spaces should be placed between quotes (\" \").
12
15
13 #---------------------------------------------------------------------------
16 #---------------------------------------------------------------------------
14 # Project related configuration options
17 # Project related configuration options
15 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
16
19
17 # This tag specifies the encoding used for all characters in the config file
20 # This tag specifies the encoding used for all characters in the config file
18 # that follow. The default is UTF-8 which is also the encoding used for all
21 # that follow. The default is UTF-8 which is also the encoding used for all text
19 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
20 # iconv built into libc) for the transcoding. See
23 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
21 # http://www.gnu.org/software/libiconv for the list of possible encodings.
24 # for the list of possible encodings.
25 # The default value is: UTF-8.
22
26
23 DOXYFILE_ENCODING = UTF-8
27 DOXYFILE_ENCODING = UTF-8
24
28
25 # The PROJECT_NAME tag is a single word (or sequence of words) that should
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
26 # identify the project. Note that if you do not use Doxywizard you need
30 # double-quotes, unless you are using Doxywizard) that should identify the
27 # to put quotes around the project name if it contains spaces.
31 # project for which the documentation is generated. This name is used in the
32 # title of most generated pages and in a few other places.
33 # The default value is: My Project.
28
34
29 PROJECT_NAME = libuc2
35 PROJECT_NAME = libuc2
30
36
31 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
32 # This could be handy for archiving the generated documentation or
38 # could be handy for archiving the generated documentation or if some version
33 # if some version control system is used.
39 # control system is used.
34
40
35 PROJECT_NUMBER =
41 PROJECT_NUMBER =
36
42
37 # Using the PROJECT_BRIEF tag one can provide an optional one line description
43 # Using the PROJECT_BRIEF tag one can provide an optional one line description
38 # for a project that appears at the top of each page and should give viewer
44 # for a project that appears at the top of each page and should give viewer a
39 # a quick idea about the purpose of the project. Keep the description short.
45 # quick idea about the purpose of the project. Keep the description short.
40
46
41 PROJECT_BRIEF =
47 PROJECT_BRIEF =
42
48
43 # With the PROJECT_LOGO tag one can specify an logo or icon that is
49 # With the PROJECT_LOGO tag one can specify an logo or icon that is included in
44 # included in the documentation. The maximum height of the logo should not
50 # the documentation. The maximum height of the logo should not exceed 55 pixels
45 # exceed 55 pixels and the maximum width should not exceed 200 pixels.
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
46 # Doxygen will copy the logo to the output directory.
52 # to the output directory.
47
53
48 PROJECT_LOGO =
54 PROJECT_LOGO =
49
55
50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
51 # base path where the generated documentation will be put.
57 # into which the generated documentation will be written. If a relative path is
52 # If a relative path is entered, it will be relative to the location
58 # entered, it will be relative to the location where doxygen was started. If
53 # where doxygen was started. If left blank the current directory will be used.
59 # left blank the current directory will be used.
54
60
55 OUTPUT_DIRECTORY = doc/doxygen
61 OUTPUT_DIRECTORY = doc/doxygen
56
62
57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
58 # 4096 sub-directories (in 2 levels) under the output directory of each output
64 # directories (in 2 levels) under the output directory of each output format and
59 # format and will distribute the generated files over these directories.
65 # will distribute the generated files over these directories. Enabling this
60 # Enabling this option can be useful when feeding doxygen a huge amount of
66 # option can be useful when feeding doxygen a huge amount of source files, where
61 # source files, where putting all generated files in the same directory would
67 # putting all generated files in the same directory would otherwise causes
62 # otherwise cause performance problems for the file system.
68 # performance problems for the file system.
63
69 # The default value is: NO.
64 CREATE_SUBDIRS = NO
70
65
71 CREATE_SUBDIRS = YES
66 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
72
67 # documentation generated by doxygen is written. Doxygen will use this
73 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
68 # information to generate all constant output in the proper language.
74 # documentation generated by doxygen is written. Doxygen will use this
69 # The default language is English, other supported languages are:
75 # information to generate all constant output in the proper language.
70 # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
76 # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
71 # Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,
77 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
72 # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
78 # Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
73 # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
79 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
74 # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak,
80 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
75 # Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
81 # Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
82 # Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
83 # Ukrainian and Vietnamese.
84 # The default value is: English.
76
85
77 OUTPUT_LANGUAGE = English
86 OUTPUT_LANGUAGE = English
78
87
79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
80 # include brief member descriptions after the members that are listed in
89 # descriptions after the members that are listed in the file and class
81 # the file and class documentation (similar to JavaDoc).
90 # documentation (similar to Javadoc). Set to NO to disable this.
82 # Set to NO to disable this.
91 # The default value is: YES.
83
92
84 BRIEF_MEMBER_DESC = YES
93 BRIEF_MEMBER_DESC = YES
85
94
86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
87 # the brief description of a member or function before the detailed description.
96 # description of a member or function before the detailed description
88 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
97 #
98 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
89 # brief descriptions will be completely suppressed.
99 # brief descriptions will be completely suppressed.
100 # The default value is: YES.
90
101
91 REPEAT_BRIEF = YES
102 REPEAT_BRIEF = YES
92
103
93 # This tag implements a quasi-intelligent brief description abbreviator
104 # This tag implements a quasi-intelligent brief description abbreviator that is
94 # that is used to form the text in various listings. Each string
105 # used to form the text in various listings. Each string in this list, if found
95 # in this list, if found as the leading text of the brief description, will be
106 # as the leading text of the brief description, will be stripped from the text
96 # stripped from the text and the result after processing the whole list, is
107 # and the result, after processing the whole list, is used as the annotated
97 # used as the annotated text. Otherwise, the brief description is used as-is.
108 # text. Otherwise, the brief description is used as-is. If left blank, the
98 # If left blank, the following values are used ("$name" is automatically
109 # following values are used ($name is automatically replaced with the name of
99 # replaced with the name of the entity): "The $name class" "The $name widget"
110 # the entity):The $name class, The $name widget, The $name file, is, provides,
100 # "The $name file" "is" "provides" "specifies" "contains"
111 # specifies, contains, represents, a, an and the.
101 # "represents" "a" "an" "the"
102
112
103 ABBREVIATE_BRIEF = "The $name class" \
113 ABBREVIATE_BRIEF = "The $name class" \
104 "The $name widget" \
114 "The $name widget" \
@@ -112,257 +122,277 ABBREVIATE_BRIEF = "The $name clas
112 an \
122 an \
113 the
123 the
114
124
115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
125 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
116 # Doxygen will generate a detailed section even if there is only a brief
126 # doxygen will generate a detailed section even if there is only a brief
117 # description.
127 # description.
128 # The default value is: NO.
118
129
119 ALWAYS_DETAILED_SEC = NO
130 ALWAYS_DETAILED_SEC = NO
120
131
121 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
132 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
122 # inherited members of a class in the documentation of that class as if those
133 # inherited members of a class in the documentation of that class as if those
123 # members were ordinary class members. Constructors, destructors and assignment
134 # members were ordinary class members. Constructors, destructors and assignment
124 # operators of the base classes will not be shown.
135 # operators of the base classes will not be shown.
136 # The default value is: NO.
125
137
126 INLINE_INHERITED_MEMB = NO
138 INLINE_INHERITED_MEMB = NO
127
139
128 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
140 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
129 # path before files name in the file list and in the header files. If set
141 # before files name in the file list and in the header files. If set to NO the
130 # to NO the shortest path that makes the file name unique will be used.
142 # shortest path that makes the file name unique will be used
131
143 # The default value is: YES.
132 FULL_PATH_NAMES = YES
144
133
145 FULL_PATH_NAMES = NO
134 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
146
135 # can be used to strip a user-defined part of the path. Stripping is
147 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
136 # only done if one of the specified strings matches the left-hand part of
148 # Stripping is only done if one of the specified strings matches the left-hand
137 # the path. The tag can be used to show relative paths in the file list.
149 # part of the path. The tag can be used to show relative paths in the file list.
138 # If left blank the directory from which doxygen is run is used as the
150 # If left blank the directory from which doxygen is run is used as the path to
139 # path to strip. Note that you specify absolute paths here, but also
151 # strip.
140 # relative paths, which will be relative from the directory where doxygen is
152 #
141 # started.
153 # Note that you can specify absolute paths here, but also relative paths, which
154 # will be relative from the directory where doxygen is started.
155 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
142
156
143 STRIP_FROM_PATH =
157 STRIP_FROM_PATH =
144
158
145 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
159 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
146 # the path mentioned in the documentation of a class, which tells
160 # path mentioned in the documentation of a class, which tells the reader which
147 # the reader which header file to include in order to use a class.
161 # header file to include in order to use a class. If left blank only the name of
148 # If left blank only the name of the header file containing the class
162 # the header file containing the class definition is used. Otherwise one should
149 # definition is used. Otherwise one should specify the include paths that
163 # specify the list of include paths that are normally passed to the compiler
150 # are normally passed to the compiler using the -I flag.
164 # using the -I flag.
151
165
152 STRIP_FROM_INC_PATH =
166 STRIP_FROM_INC_PATH =
153
167
154 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
168 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
155 # (but less readable) file names. This can be useful if your file system
169 # less readable) file names. This can be useful is your file systems doesn't
156 # doesn't support long names like on DOS, Mac, or CD-ROM.
170 # support long names like on DOS, Mac, or CD-ROM.
171 # The default value is: NO.
157
172
158 SHORT_NAMES = NO
173 SHORT_NAMES = NO
159
174
160 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
175 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
161 # will interpret the first line (until the first dot) of a JavaDoc-style
176 # first line (until the first dot) of a Javadoc-style comment as the brief
162 # comment as the brief description. If set to NO, the JavaDoc
177 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
163 # comments will behave just like regular Qt-style comments
178 # style comments (thus requiring an explicit @brief command for a brief
164 # (thus requiring an explicit @brief command for a brief description.)
179 # description.)
165
180 # The default value is: NO.
166 JAVADOC_AUTOBRIEF = NO
181
167
182 JAVADOC_AUTOBRIEF = YES
168 # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
183
169 # interpret the first line (until the first dot) of a Qt-style
184 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
170 # comment as the brief description. If set to NO, the comments
185 # line (until the first dot) of a Qt-style comment as the brief description. If
171 # will behave just like regular Qt-style comments (thus requiring
186 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
172 # an explicit \brief command for a brief description.)
187 # requiring an explicit \brief command for a brief description.)
188 # The default value is: NO.
173
189
174 QT_AUTOBRIEF = YES
190 QT_AUTOBRIEF = YES
175
191
176 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
192 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
177 # treat a multi-line C++ special comment block (i.e. a block of //! or ///
193 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
178 # comments) as a brief description. This used to be the default behaviour.
194 # a brief description. This used to be the default behavior. The new default is
179 # The new default is to treat a multi-line C++ comment block as a detailed
195 # to treat a multi-line C++ comment block as a detailed description. Set this
180 # description. Set this tag to YES if you prefer the old behaviour instead.
196 # tag to YES if you prefer the old behavior instead.
197 #
198 # Note that setting this tag to YES also means that rational rose comments are
199 # not recognized any more.
200 # The default value is: NO.
181
201
182 MULTILINE_CPP_IS_BRIEF = NO
202 MULTILINE_CPP_IS_BRIEF = NO
183
203
184 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
204 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
185 # member inherits the documentation from any documented member that it
205 # documentation from any documented member that it re-implements.
186 # re-implements.
206 # The default value is: YES.
187
207
188 INHERIT_DOCS = YES
208 INHERIT_DOCS = YES
189
209
190 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
210 # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce a
191 # a new page for each member. If set to NO, the documentation of a member will
211 # new page for each member. If set to NO, the documentation of a member will be
192 # be part of the file/class/namespace that contains it.
212 # part of the file/class/namespace that contains it.
213 # The default value is: NO.
193
214
194 SEPARATE_MEMBER_PAGES = NO
215 SEPARATE_MEMBER_PAGES = NO
195
216
196 # The TAB_SIZE tag can be used to set the number of spaces in a tab.
217 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
197 # Doxygen uses this value to replace tabs by spaces in code fragments.
218 # uses this value to replace tabs by spaces in code fragments.
219 # Minimum value: 1, maximum value: 16, default value: 4.
198
220
199 TAB_SIZE = 4
221 TAB_SIZE = 4
200
222
201 # This tag can be used to specify a number of aliases that acts
223 # This tag can be used to specify a number of aliases that act as commands in
202 # as commands in the documentation. An alias has the form "name=value".
224 # the documentation. An alias has the form:
203 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
225 # name=value
204 # put the command \sideeffect (or @sideeffect) in the documentation, which
226 # For example adding
205 # will result in a user-defined paragraph with heading "Side Effects:".
227 # "sideeffect=@par Side Effects:\n"
206 # You can put \n's in the value part of an alias to insert newlines.
228 # will allow you to put the command \sideeffect (or @sideeffect) in the
229 # documentation, which will result in a user-defined paragraph with heading
230 # "Side Effects:". You can put \n's in the value part of an alias to insert
231 # newlines.
207
232
208 ALIASES =
233 ALIASES =
209
234
210 # This tag can be used to specify a number of word-keyword mappings (TCL only).
235 # This tag can be used to specify a number of word-keyword mappings (TCL only).
211 # A mapping has the form "name=value". For example adding
236 # A mapping has the form "name=value". For example adding "class=itcl::class"
212 # "class=itcl::class" will allow you to use the command class in the
237 # will allow you to use the command class in the itcl::class meaning.
213 # itcl::class meaning.
214
238
215 TCL_SUBST =
239 TCL_SUBST =
216
240
217 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
241 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
218 # sources only. Doxygen will then generate output that is more tailored for C.
242 # only. Doxygen will then generate output that is more tailored for C. For
219 # For instance, some of the names that are used will be different. The list
243 # instance, some of the names that are used will be different. The list of all
220 # of all members will be omitted, etc.
244 # members will be omitted, etc.
221
245 # The default value is: NO.
222 OPTIMIZE_OUTPUT_FOR_C = YES
246
223
247 OPTIMIZE_OUTPUT_FOR_C = NO
224 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
248
225 # sources only. Doxygen will then generate output that is more tailored for
249 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
226 # Java. For instance, namespaces will be presented as packages, qualified
250 # Python sources only. Doxygen will then generate output that is more tailored
227 # scopes will look different, etc.
251 # for that language. For instance, namespaces will be presented as packages,
252 # qualified scopes will look different, etc.
253 # The default value is: NO.
228
254
229 OPTIMIZE_OUTPUT_JAVA = NO
255 OPTIMIZE_OUTPUT_JAVA = NO
230
256
231 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
257 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
232 # sources only. Doxygen will then generate output that is more tailored for
258 # sources. Doxygen will then generate output that is tailored for Fortran.
233 # Fortran.
259 # The default value is: NO.
234
260
235 OPTIMIZE_FOR_FORTRAN = NO
261 OPTIMIZE_FOR_FORTRAN = NO
236
262
237 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
263 # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
238 # sources. Doxygen will then generate output that is tailored for
264 # sources. Doxygen will then generate output that is tailored for VHDL.
239 # VHDL.
265 # The default value is: NO.
240
266
241 OPTIMIZE_OUTPUT_VHDL = NO
267 OPTIMIZE_OUTPUT_VHDL = NO
242
268
243 # Doxygen selects the parser to use depending on the extension of the files it
269 # Doxygen selects the parser to use depending on the extension of the files it
244 # parses. With this tag you can assign which parser to use for a given
270 # parses. With this tag you can assign which parser to use for a given
245 # extension. Doxygen has a built-in mapping, but you can override or extend it
271 # extension. Doxygen has a built-in mapping, but you can override or extend it
246 # using this tag. The format is ext=language, where ext is a file extension,
272 # using this tag. The format is ext=language, where ext is a file extension, and
247 # and language is one of the parsers supported by doxygen: IDL, Java,
273 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
248 # Javascript, CSharp, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL, C,
274 # C#, C, C++, D, PHP, Objective-C, Python, Fortran, VHDL. For instance to make
249 # C++. For instance to make doxygen treat .inc files as Fortran files (default
275 # doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
250 # is PHP), and .f files as C (default is Fortran), use: inc=Fortran f=C. Note
276 # (default is Fortran), use: inc=Fortran f=C.
251 # that for custom extensions you also need to set FILE_PATTERNS otherwise the
277 #
252 # files are not read by doxygen.
278 # Note For files without extension you can use no_extension as a placeholder.
279 #
280 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise
281 # the files are not read by doxygen.
253
282
254 EXTENSION_MAPPING =
283 EXTENSION_MAPPING =
255
284
256 # If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all
285 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
257 # comments according to the Markdown format, which allows for more readable
286 # according to the Markdown format, which allows for more readable
258 # documentation. See http://daringfireball.net/projects/markdown/ for details.
287 # documentation. See http://daringfireball.net/projects/markdown/ for details.
259 # The output of markdown processing is further processed by doxygen, so you
288 # The output of markdown processing is further processed by doxygen, so you can
260 # can mix doxygen, HTML, and XML commands with Markdown formatting.
289 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
261 # Disable only in case of backward compatibilities issues.
290 # case of backward compatibilities issues.
291 # The default value is: YES.
262
292
263 MARKDOWN_SUPPORT = YES
293 MARKDOWN_SUPPORT = YES
264
294
265 # When enabled doxygen tries to link words that correspond to documented classes,
295 # When enabled doxygen tries to link words that correspond to documented
266 # or namespaces to their corresponding documentation. Such a link can be
296 # classes, or namespaces to their corresponding documentation. Such a link can
267 # prevented in individual cases by by putting a % sign in front of the word or
297 # be prevented in individual cases by by putting a % sign in front of the word
268 # globally by setting AUTOLINK_SUPPORT to NO.
298 # or globally by setting AUTOLINK_SUPPORT to NO.
299 # The default value is: YES.
269
300
270 AUTOLINK_SUPPORT = YES
301 AUTOLINK_SUPPORT = YES
271
302
272 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
303 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
273 # to include (a tag file for) the STL sources as input, then you should
304 # to include (a tag file for) the STL sources as input, then you should set this
274 # set this tag to YES in order to let doxygen match functions declarations and
305 # tag to YES in order to let doxygen match functions declarations and
275 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
306 # definitions whose arguments contain STL classes (e.g. func(std::string);
276 # func(std::string) {}). This also makes the inheritance and collaboration
307 # versus func(std::string) {}). This also make the inheritance and collaboration
277 # diagrams that involve STL classes more complete and accurate.
308 # diagrams that involve STL classes more complete and accurate.
278
309 # The default value is: NO.
279 BUILTIN_STL_SUPPORT = NO
310
280
311 BUILTIN_STL_SUPPORT = YES
281 # If you use Microsoft's C++/CLI language, you should set this option to YES to
312
313 # If you use Microsoft's C++/CLI language, you should set this option to YES to
282 # enable parsing support.
314 # enable parsing support.
315 # The default value is: NO.
283
316
284 CPP_CLI_SUPPORT = NO
317 CPP_CLI_SUPPORT = NO
285
318
286 # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
319 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
287 # Doxygen will parse them like normal C++ but will assume all classes use public
320 # http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
288 # instead of private inheritance when no explicit protection keyword is present.
321 # will parse them like normal C++ but will assume all classes use public instead
322 # of private inheritance when no explicit protection keyword is present.
323 # The default value is: NO.
289
324
290 SIP_SUPPORT = NO
325 SIP_SUPPORT = NO
291
326
292 # For Microsoft's IDL there are propget and propput attributes to indicate
327 # For Microsoft's IDL there are propget and propput attributes to indicate
293 # getter and setter methods for a property. Setting this option to YES (the
328 # getter and setter methods for a property. Setting this option to YES will make
294 # default) will make doxygen replace the get and set methods by a property in
329 # doxygen to replace the get and set methods by a property in the documentation.
295 # the documentation. This will only work if the methods are indeed getting or
330 # This will only work if the methods are indeed getting or setting a simple
296 # setting a simple type. If this is not the case, or you want to show the
331 # type. If this is not the case, or you want to show the methods anyway, you
297 # methods anyway, you should set this option to NO.
332 # should set this option to NO.
298
333 # The default value is: YES.
299 IDL_PROPERTY_SUPPORT = YES
334
300
335 IDL_PROPERTY_SUPPORT = NO
301 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
336
302 # tag is set to YES, then doxygen will reuse the documentation of the first
337 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
303 # member in the group (if any) for the other members of the group. By default
338 # tag is set to YES, then doxygen will reuse the documentation of the first
339 # member in the group (if any) for the other members of the group. By default
304 # all members of a group must be documented explicitly.
340 # all members of a group must be documented explicitly.
341 # The default value is: NO.
305
342
306 DISTRIBUTE_GROUP_DOC = NO
343 DISTRIBUTE_GROUP_DOC = NO
307
344
308 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
345 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
309 # the same type (for instance a group of public functions) to be put as a
346 # (for instance a group of public functions) to be put as a subgroup of that
310 # subgroup of that type (e.g. under the Public Functions section). Set it to
347 # type (e.g. under the Public Functions section). Set it to NO to prevent
311 # NO to prevent subgrouping. Alternatively, this can be done per class using
348 # subgrouping. Alternatively, this can be done per class using the
312 # the \nosubgrouping command.
349 # \nosubgrouping command.
350 # The default value is: YES.
313
351
314 SUBGROUPING = YES
352 SUBGROUPING = YES
315
353
316 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and
354 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
317 # unions are shown inside the group in which they are included (e.g. using
355 # are shown inside the group in which they are included (e.g. using \ingroup)
318 # @ingroup) instead of on a separate page (for HTML and Man pages) or
356 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
319 # section (for LaTeX and RTF).
357 # and RTF).
358 #
359 # Note that this feature does not work in combination with
360 # SEPARATE_MEMBER_PAGES.
361 # The default value is: NO.
320
362
321 INLINE_GROUPED_CLASSES = NO
363 INLINE_GROUPED_CLASSES = NO
322
364
323 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and
365 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
324 # unions with only public data fields will be shown inline in the documentation
366 # with only public data fields or simple typedef fields will be shown inline in
325 # of the scope in which they are defined (i.e. file, namespace, or group
367 # the documentation of the scope in which they are defined (i.e. file,
326 # documentation), provided this scope is documented. If set to NO (the default),
368 # namespace, or group documentation), provided this scope is documented. If set
327 # structs, classes, and unions are shown on a separate page (for HTML and Man
369 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
328 # pages) or section (for LaTeX and RTF).
370 # Man pages) or section (for LaTeX and RTF).
371 # The default value is: NO.
329
372
330 INLINE_SIMPLE_STRUCTS = NO
373 INLINE_SIMPLE_STRUCTS = NO
331
374
332 # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
375 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
333 # is documented as struct, union, or enum with the name of the typedef. So
376 # enum is documented as struct, union, or enum with the name of the typedef. So
334 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
377 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
335 # with name TypeT. When disabled the typedef will appear as a member of a file,
378 # with name TypeT. When disabled the typedef will appear as a member of a file,
336 # namespace, or class. And the struct will be named TypeS. This can typically
379 # namespace, or class. And the struct will be named TypeS. This can typically be
337 # be useful for C code in case the coding convention dictates that all compound
380 # useful for C code in case the coding convention dictates that all compound
338 # types are typedef'ed and only the typedef is referenced, never the tag name.
381 # types are typedef'ed and only the typedef is referenced, never the tag name.
339
382 # The default value is: NO.
340 TYPEDEF_HIDES_STRUCT = YES
383
341
384 TYPEDEF_HIDES_STRUCT = NO
342 # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
385
343 # determine which symbols to keep in memory and which to flush to disk.
386 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
344 # When the cache is full, less often used symbols will be written to disk.
387 # cache is used to resolve symbols given their name and scope. Since this can be
345 # For small to medium size projects (<1000 input files) the default value is
388 # an expensive process and often the same symbol appears multiple times in the
346 # probably good enough. For larger projects a too small cache size can cause
389 # code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
347 # doxygen to be busy swapping symbols to and from disk most of the time
390 # doxygen will become slower. If the cache is too large, memory is wasted. The
348 # causing a significant performance penalty.
391 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
349 # If the system has enough physical memory increasing the cache will improve the
392 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
350 # performance by keeping more symbols in memory. Note that the value works on
393 # symbols. At the end of a run doxygen will report the cache usage and suggest
351 # a logarithmic scale so increasing the size by one will roughly double the
394 # the optimal cache size from a speed point of view.
352 # memory usage. The cache size is given by this formula:
395 # Minimum value: 0, maximum value: 9, default value: 0.
353 # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
354 # corresponding to a cache size of 2^16 = 65536 symbols.
355
356 SYMBOL_CACHE_SIZE = 0
357
358 # Similar to the SYMBOL_CACHE_SIZE the size of the symbol lookup cache can be
359 # set using LOOKUP_CACHE_SIZE. This cache is used to resolve symbols given
360 # their name and scope. Since this can be an expensive process and often the
361 # same symbol appear multiple times in the code, doxygen keeps a cache of
362 # pre-resolved symbols. If the cache is too small doxygen will become slower.
363 # If the cache is too large, memory is wasted. The cache size is given by this
364 # formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range is 0..9, the default is 0,
365 # corresponding to a cache size of 2^16 = 65536 symbols.
366
396
367 LOOKUP_CACHE_SIZE = 0
397 LOOKUP_CACHE_SIZE = 0
368
398
@@ -370,331 +400,379 LOOKUP_CACHE_SIZE = 0
370 # Build related configuration options
400 # Build related configuration options
371 #---------------------------------------------------------------------------
401 #---------------------------------------------------------------------------
372
402
373 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
403 # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
374 # documentation are documented, even if no documentation was available.
404 # documentation are documented, even if no documentation was available. Private
375 # Private class members and static file members will be hidden unless
405 # class members and static file members will be hidden unless the
376 # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
406 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
407 # Note: This will also disable the warnings about undocumented members that are
408 # normally produced when WARNINGS is set to YES.
409 # The default value is: NO.
377
410
378 EXTRACT_ALL = YES
411 EXTRACT_ALL = YES
379
412
380 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
413 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
381 # will be included in the documentation.
414 # be included in the documentation.
382
415 # The default value is: NO.
383 EXTRACT_PRIVATE = NO
416
384
417 EXTRACT_PRIVATE = YES
385 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
418
419 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
386 # scope will be included in the documentation.
420 # scope will be included in the documentation.
421 # The default value is: NO.
387
422
388 EXTRACT_PACKAGE = NO
423 EXTRACT_PACKAGE = NO
389
424
390 # If the EXTRACT_STATIC tag is set to YES all static members of a file
425 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be
391 # will be included in the documentation.
426 # included in the documentation.
392
427 # The default value is: NO.
393 EXTRACT_STATIC = NO
428
394
429 EXTRACT_STATIC = YES
395 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
430
396 # defined locally in source files will be included in the documentation.
431 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined
397 # If set to NO only classes defined in header files are included.
432 # locally in source files will be included in the documentation. If set to NO
433 # only classes defined in header files are included. Does not have any effect
434 # for Java sources.
435 # The default value is: YES.
398
436
399 EXTRACT_LOCAL_CLASSES = YES
437 EXTRACT_LOCAL_CLASSES = YES
400
438
401 # This flag is only useful for Objective-C code. When set to YES local
439 # This flag is only useful for Objective-C code. When set to YES local methods,
402 # methods, which are defined in the implementation section but not in
440 # which are defined in the implementation section but not in the interface are
403 # the interface are included in the documentation.
441 # included in the documentation. If set to NO only methods in the interface are
404 # If set to NO (the default) only methods in the interface are included.
442 # included.
443 # The default value is: NO.
405
444
406 EXTRACT_LOCAL_METHODS = NO
445 EXTRACT_LOCAL_METHODS = NO
407
446
408 # If this flag is set to YES, the members of anonymous namespaces will be
447 # If this flag is set to YES, the members of anonymous namespaces will be
409 # extracted and appear in the documentation as a namespace called
448 # extracted and appear in the documentation as a namespace called
410 # 'anonymous_namespace{file}', where file will be replaced with the base
449 # 'anonymous_namespace{file}', where file will be replaced with the base name of
411 # name of the file that contains the anonymous namespace. By default
450 # the file that contains the anonymous namespace. By default anonymous namespace
412 # anonymous namespaces are hidden.
451 # are hidden.
452 # The default value is: NO.
413
453
414 EXTRACT_ANON_NSPACES = NO
454 EXTRACT_ANON_NSPACES = NO
415
455
416 # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
456 # If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
417 # undocumented members of documented classes, files or namespaces.
457 # undocumented members inside documented classes or files. If set to NO these
418 # If set to NO (the default) these members will be included in the
458 # members will be included in the various overviews, but no documentation
419 # various overviews, but no documentation section is generated.
459 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
420 # This option has no effect if EXTRACT_ALL is enabled.
460 # The default value is: NO.
421
461
422 HIDE_UNDOC_MEMBERS = NO
462 HIDE_UNDOC_MEMBERS = NO
423
463
424 # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
464 # If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
425 # undocumented classes that are normally visible in the class hierarchy.
465 # undocumented classes that are normally visible in the class hierarchy. If set
426 # If set to NO (the default) these classes will be included in the various
466 # to NO these classes will be included in the various overviews. This option has
427 # overviews. This option has no effect if EXTRACT_ALL is enabled.
467 # no effect if EXTRACT_ALL is enabled.
468 # The default value is: NO.
428
469
429 HIDE_UNDOC_CLASSES = NO
470 HIDE_UNDOC_CLASSES = NO
430
471
431 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
472 # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
432 # friend (class|struct|union) declarations.
473 # (class|struct|union) declarations. If set to NO these declarations will be
433 # If set to NO (the default) these declarations will be included in the
474 # included in the documentation.
434 # documentation.
475 # The default value is: NO.
435
476
436 HIDE_FRIEND_COMPOUNDS = NO
477 HIDE_FRIEND_COMPOUNDS = NO
437
478
438 # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
479 # If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
439 # documentation blocks found inside the body of a function.
480 # documentation blocks found inside the body of a function. If set to NO these
440 # If set to NO (the default) these blocks will be appended to the
481 # blocks will be appended to the function's detailed documentation block.
441 # function's detailed documentation block.
482 # The default value is: NO.
442
483
443 HIDE_IN_BODY_DOCS = NO
484 HIDE_IN_BODY_DOCS = NO
444
485
445 # The INTERNAL_DOCS tag determines if documentation
486 # The INTERNAL_DOCS tag determines if documentation that is typed after a
446 # that is typed after a \internal command is included. If the tag is set
487 # \internal command is included. If the tag is set to NO then the documentation
447 # to NO (the default) then the documentation will be excluded.
488 # will be excluded. Set it to YES to include the internal documentation.
448 # Set it to YES to include the internal documentation.
489 # The default value is: NO.
449
490
450 INTERNAL_DOCS = NO
491 INTERNAL_DOCS = YES
451
492
452 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
493 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
453 # file names in lower-case letters. If set to YES upper-case letters are also
494 # names in lower-case letters. If set to YES upper-case letters are also
454 # allowed. This is useful if you have classes or files whose names only differ
495 # allowed. This is useful if you have classes or files whose names only differ
455 # in case and if your file system supports case sensitive file names. Windows
496 # in case and if your file system supports case sensitive file names. Windows
456 # and Mac users are advised to set this option to NO.
497 # and Mac users are advised to set this option to NO.
457
498 # The default value is: system dependent.
458 CASE_SENSE_NAMES = YES
499
459
500 CASE_SENSE_NAMES = NO
460 # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
501
461 # will show members with their full class and namespace scopes in the
502 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
462 # documentation. If set to YES the scope will be hidden.
503 # their full class and namespace scopes in the documentation. If set to YES the
504 # scope will be hidden.
505 # The default value is: NO.
463
506
464 HIDE_SCOPE_NAMES = NO
507 HIDE_SCOPE_NAMES = NO
465
508
466 # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
509 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
467 # will put a list of the files that are included by a file in the documentation
510 # the files that are included by a file in the documentation of that file.
468 # of that file.
511 # The default value is: YES.
469
512
470 SHOW_INCLUDE_FILES = YES
513 SHOW_INCLUDE_FILES = YES
471
514
472 # If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
515 # If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
473 # will list include files with double quotes in the documentation
516 # grouped member an include statement to the documentation, telling the reader
474 # rather than with sharp brackets.
517 # which file to include in order to use the member.
518 # The default value is: NO.
519
520 SHOW_GROUPED_MEMB_INC = NO
521
522 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
523 # files with double quotes in the documentation rather than with sharp brackets.
524 # The default value is: NO.
475
525
476 FORCE_LOCAL_INCLUDES = NO
526 FORCE_LOCAL_INCLUDES = NO
477
527
478 # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
528 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
479 # is inserted in the documentation for inline members.
529 # documentation for inline members.
530 # The default value is: YES.
480
531
481 INLINE_INFO = YES
532 INLINE_INFO = YES
482
533
483 # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
534 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
484 # will sort the (detailed) documentation of file and class members
535 # (detailed) documentation of file and class members alphabetically by member
485 # alphabetically by member name. If set to NO the members will appear in
536 # name. If set to NO the members will appear in declaration order.
486 # declaration order.
537 # The default value is: YES.
487
538
488 SORT_MEMBER_DOCS = YES
539 SORT_MEMBER_DOCS = YES
489
540
490 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
541 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
491 # brief documentation of file, namespace and class members alphabetically
542 # descriptions of file, namespace and class members alphabetically by member
492 # by member name. If set to NO (the default) the members will appear in
543 # name. If set to NO the members will appear in declaration order. Note that
493 # declaration order.
544 # this will also influence the order of the classes in the class list.
545 # The default value is: NO.
494
546
495 SORT_BRIEF_DOCS = NO
547 SORT_BRIEF_DOCS = NO
496
548
497 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
549 # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
498 # will sort the (brief and detailed) documentation of class members so that
550 # (brief and detailed) documentation of class members so that constructors and
499 # constructors and destructors are listed first. If set to NO (the default)
551 # destructors are listed first. If set to NO the constructors will appear in the
500 # the constructors will appear in the respective orders defined by
552 # respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
501 # SORT_MEMBER_DOCS and SORT_BRIEF_DOCS.
553 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
502 # This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
554 # member documentation.
503 # and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
555 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
556 # detailed member documentation.
557 # The default value is: NO.
504
558
505 SORT_MEMBERS_CTORS_1ST = NO
559 SORT_MEMBERS_CTORS_1ST = NO
506
560
507 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
561 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
508 # hierarchy of group names into alphabetical order. If set to NO (the default)
562 # of group names into alphabetical order. If set to NO the group names will
509 # the group names will appear in their defined order.
563 # appear in their defined order.
564 # The default value is: NO.
510
565
511 SORT_GROUP_NAMES = NO
566 SORT_GROUP_NAMES = NO
512
567
513 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
568 # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
514 # sorted by fully-qualified names, including namespaces. If set to
569 # fully-qualified names, including namespaces. If set to NO, the class list will
515 # NO (the default), the class list will be sorted only by class name,
570 # be sorted only by class name, not including the namespace part.
516 # not including the namespace part.
571 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
517 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
572 # Note: This option applies only to the class list, not to the alphabetical
518 # Note: This option applies only to the class list, not to the
573 # list.
519 # alphabetical list.
574 # The default value is: NO.
520
575
521 SORT_BY_SCOPE_NAME = NO
576 SORT_BY_SCOPE_NAME = NO
522
577
523 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to
578 # If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
524 # do proper type resolution of all parameters of a function it will reject a
579 # type resolution of all parameters of a function it will reject a match between
525 # match between the prototype and the implementation of a member function even
580 # the prototype and the implementation of a member function even if there is
526 # if there is only one candidate or it is obvious which candidate to choose
581 # only one candidate or it is obvious which candidate to choose by doing a
527 # by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen
582 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
528 # will still accept a match between prototype and implementation in such cases.
583 # accept a match between prototype and implementation in such cases.
529
584 # The default value is: NO.
530 STRICT_PROTO_MATCHING = YES
585
531
586 STRICT_PROTO_MATCHING = NO
532 # The GENERATE_TODOLIST tag can be used to enable (YES) or
587
533 # disable (NO) the todo list. This list is created by putting \todo
588 # The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the
534 # commands in the documentation.
589 # todo list. This list is created by putting \todo commands in the
590 # documentation.
591 # The default value is: YES.
535
592
536 GENERATE_TODOLIST = YES
593 GENERATE_TODOLIST = YES
537
594
538 # The GENERATE_TESTLIST tag can be used to enable (YES) or
595 # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the
539 # disable (NO) the test list. This list is created by putting \test
596 # test list. This list is created by putting \test commands in the
540 # commands in the documentation.
597 # documentation.
598 # The default value is: YES.
541
599
542 GENERATE_TESTLIST = YES
600 GENERATE_TESTLIST = YES
543
601
544 # The GENERATE_BUGLIST tag can be used to enable (YES) or
602 # The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug
545 # disable (NO) the bug list. This list is created by putting \bug
603 # list. This list is created by putting \bug commands in the documentation.
546 # commands in the documentation.
604 # The default value is: YES.
547
605
548 GENERATE_BUGLIST = YES
606 GENERATE_BUGLIST = YES
549
607
550 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
608 # The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO)
551 # disable (NO) the deprecated list. This list is created by putting
609 # the deprecated list. This list is created by putting \deprecated commands in
552 # \deprecated commands in the documentation.
610 # the documentation.
611 # The default value is: YES.
553
612
554 GENERATE_DEPRECATEDLIST= YES
613 GENERATE_DEPRECATEDLIST= YES
555
614
556 # The ENABLED_SECTIONS tag can be used to enable conditional
615 # The ENABLED_SECTIONS tag can be used to enable conditional documentation
557 # documentation sections, marked by \if section-label ... \endif
616 # sections, marked by \if <section_label> ... \endif and \cond <section_label>
558 # and \cond section-label ... \endcond blocks.
617 # ... \endcond blocks.
559
618
560 ENABLED_SECTIONS =
619 ENABLED_SECTIONS =
561
620
562 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines
621 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
563 # the initial value of a variable or macro consists of for it to appear in
622 # initial value of a variable or macro / define can have for it to appear in the
564 # the documentation. If the initializer consists of more lines than specified
623 # documentation. If the initializer consists of more lines than specified here
565 # here it will be hidden. Use a value of 0 to hide initializers completely.
624 # it will be hidden. Use a value of 0 to hide initializers completely. The
566 # The appearance of the initializer of individual variables and macros in the
625 # appearance of the value of individual variables and macros / defines can be
567 # documentation can be controlled using \showinitializer or \hideinitializer
626 # controlled using \showinitializer or \hideinitializer command in the
568 # command in the documentation regardless of this setting.
627 # documentation regardless of this setting.
628 # Minimum value: 0, maximum value: 10000, default value: 30.
569
629
570 MAX_INITIALIZER_LINES = 30
630 MAX_INITIALIZER_LINES = 30
571
631
572 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
632 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
573 # at the bottom of the documentation of classes and structs. If set to YES the
633 # the bottom of the documentation of classes and structs. If set to YES the list
574 # list will mention the files that were used to generate the documentation.
634 # will mention the files that were used to generate the documentation.
635 # The default value is: YES.
575
636
576 SHOW_USED_FILES = YES
637 SHOW_USED_FILES = YES
577
638
578 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
639 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
579 # This will remove the Files entry from the Quick Index and from the
640 # will remove the Files entry from the Quick Index and from the Folder Tree View
580 # Folder Tree View (if specified). The default is YES.
641 # (if specified).
642 # The default value is: YES.
581
643
582 SHOW_FILES = YES
644 SHOW_FILES = YES
583
645
584 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
646 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
585 # Namespaces page. This will remove the Namespaces entry from the Quick Index
647 # page. This will remove the Namespaces entry from the Quick Index and from the
586 # and from the Folder Tree View (if specified). The default is YES.
648 # Folder Tree View (if specified).
649 # The default value is: YES.
587
650
588 SHOW_NAMESPACES = YES
651 SHOW_NAMESPACES = YES
589
652
590 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
653 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
591 # doxygen should invoke to get the current version for each file (typically from
654 # doxygen should invoke to get the current version for each file (typically from
592 # the version control system). Doxygen will invoke the program by executing (via
655 # the version control system). Doxygen will invoke the program by executing (via
593 # popen()) the command <command> <input-file>, where <command> is the value of
656 # popen()) the command command input-file, where command is the value of the
594 # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
657 # FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
595 # provided by doxygen. Whatever the program writes to standard output
658 # by doxygen. Whatever the program writes to standard output is used as the file
596 # is used as the file version. See the manual for examples.
659 # version. For an example see the documentation.
597
660
598 FILE_VERSION_FILTER =
661 FILE_VERSION_FILTER =
599
662
600 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
663 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
601 # by doxygen. The layout file controls the global structure of the generated
664 # by doxygen. The layout file controls the global structure of the generated
602 # output files in an output format independent way. To create the layout file
665 # output files in an output format independent way. To create the layout file
603 # that represents doxygen's defaults, run doxygen with the -l option.
666 # that represents doxygen's defaults, run doxygen with the -l option. You can
604 # You can optionally specify a file name after the option, if omitted
667 # optionally specify a file name after the option, if omitted DoxygenLayout.xml
605 # DoxygenLayout.xml will be used as the name of the layout file.
668 # will be used as the name of the layout file.
669 #
670 # Note that if you run doxygen from a directory containing a file called
671 # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
672 # tag is left empty.
606
673
607 LAYOUT_FILE =
674 LAYOUT_FILE =
608
675
609 # The CITE_BIB_FILES tag can be used to specify one or more bib files
676 # The CITE_BIB_FILES tag can be used to specify one or more bib files containing
610 # containing the references data. This must be a list of .bib files. The
677 # the reference definitions. This must be a list of .bib files. The .bib
611 # .bib extension is automatically appended if omitted. Using this command
678 # extension is automatically appended if omitted. This requires the bibtex tool
612 # requires the bibtex tool to be installed. See also
679 # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
613 # http://en.wikipedia.org/wiki/BibTeX for more info. For LaTeX the style
680 # For LaTeX the style of the bibliography can be controlled using
614 # of the bibliography can be controlled using LATEX_BIB_STYLE. To use this
681 # LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
615 # feature you need bibtex and perl available in the search path. Do not use
682 # search path. Do not use file names with spaces, bibtex cannot handle them. See
616 # file names with spaces, bibtex cannot handle them.
683 # also \cite for info how to create references.
617
684
618 CITE_BIB_FILES =
685 CITE_BIB_FILES =
619
686
620 #---------------------------------------------------------------------------
687 #---------------------------------------------------------------------------
621 # configuration options related to warning and progress messages
688 # Configuration options related to warning and progress messages
622 #---------------------------------------------------------------------------
689 #---------------------------------------------------------------------------
623
690
624 # The QUIET tag can be used to turn on/off the messages that are generated
691 # The QUIET tag can be used to turn on/off the messages that are generated to
625 # by doxygen. Possible values are YES and NO. If left blank NO is used.
692 # standard output by doxygen. If QUIET is set to YES this implies that the
693 # messages are off.
694 # The default value is: NO.
626
695
627 QUIET = NO
696 QUIET = NO
628
697
629 # The WARNINGS tag can be used to turn on/off the warning messages that are
698 # The WARNINGS tag can be used to turn on/off the warning messages that are
630 # generated by doxygen. Possible values are YES and NO. If left blank
699 # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES
631 # NO is used.
700 # this implies that the warnings are on.
701 #
702 # Tip: Turn warnings on while writing the documentation.
703 # The default value is: YES.
632
704
633 WARNINGS = YES
705 WARNINGS = YES
634
706
635 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
707 # If the WARN_IF_UNDOCUMENTED tag is set to YES, then doxygen will generate
636 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
708 # warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
637 # automatically be disabled.
709 # will automatically be disabled.
710 # The default value is: YES.
638
711
639 WARN_IF_UNDOCUMENTED = YES
712 WARN_IF_UNDOCUMENTED = YES
640
713
641 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
714 # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
642 # potential errors in the documentation, such as not documenting some
715 # potential errors in the documentation, such as not documenting some parameters
643 # parameters in a documented function, or documenting parameters that
716 # in a documented function, or documenting parameters that don't exist or using
644 # don't exist or using markup commands wrongly.
717 # markup commands wrongly.
718 # The default value is: YES.
645
719
646 WARN_IF_DOC_ERROR = YES
720 WARN_IF_DOC_ERROR = YES
647
721
648 # The WARN_NO_PARAMDOC option can be enabled to get warnings for
722 # This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
649 # functions that are documented, but have no documentation for their parameters
723 # are documented, but have no documentation for their parameters or return
650 # or return value. If set to NO (the default) doxygen will only warn about
724 # value. If set to NO doxygen will only warn about wrong or incomplete parameter
651 # wrong or incomplete parameter documentation, but not about the absence of
725 # documentation, but not about the absence of documentation.
652 # documentation.
726 # The default value is: NO.
653
727
654 WARN_NO_PARAMDOC = NO
728 WARN_NO_PARAMDOC = NO
655
729
656 # The WARN_FORMAT tag determines the format of the warning messages that
730 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
657 # doxygen can produce. The string should contain the $file, $line, and $text
731 # can produce. The string should contain the $file, $line, and $text tags, which
658 # tags, which will be replaced by the file and line number from which the
732 # will be replaced by the file and line number from which the warning originated
659 # warning originated and the warning text. Optionally the format may contain
733 # and the warning text. Optionally the format may contain $version, which will
660 # $version, which will be replaced by the version of the file (if it could
734 # be replaced by the version of the file (if it could be obtained via
661 # be obtained via FILE_VERSION_FILTER)
735 # FILE_VERSION_FILTER)
736 # The default value is: $file:$line: $text.
662
737
663 WARN_FORMAT = "$file:$line: $text"
738 WARN_FORMAT = "$file:$line: $text"
664
739
665 # The WARN_LOGFILE tag can be used to specify a file to which warning
740 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
666 # and error messages should be written. If left blank the output is written
741 # messages should be written. If left blank the output is written to standard
667 # to stderr.
742 # error (stderr).
668
743
669 WARN_LOGFILE =
744 WARN_LOGFILE =
670
745
671 #---------------------------------------------------------------------------
746 #---------------------------------------------------------------------------
672 # configuration options related to the input files
747 # Configuration options related to the input files
673 #---------------------------------------------------------------------------
748 #---------------------------------------------------------------------------
674
749
675 # The INPUT tag can be used to specify the files and/or directories that contain
750 # The INPUT tag is used to specify the files and/or directories that contain
676 # documented source files. You may enter file names like "myfile.cpp" or
751 # documented source files. You may enter file names like myfile.cpp or
677 # directories like "/usr/src/myproject". Separate the files or directories
752 # directories like /usr/src/myproject. Separate the files or directories with
678 # with spaces.
753 # spaces.
754 # Note: If this tag is empty the current directory is searched.
679
755
680 INPUT = include \
756 INPUT = include \
681 src
757 src
682
758
683 # This tag can be used to specify the character encoding of the source files
759 # This tag can be used to specify the character encoding of the source files
684 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
760 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
685 # also the default input encoding. Doxygen uses libiconv (or the iconv built
761 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
686 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
762 # documentation (see: http://www.gnu.org/software/libiconv) for the list of
687 # the list of possible encodings.
763 # possible encodings.
764 # The default value is: UTF-8.
688
765
689 INPUT_ENCODING = UTF-8
766 INPUT_ENCODING = UTF-8
690
767
691 # If the value of the INPUT tag contains directories, you can use the
768 # If the value of the INPUT tag contains directories, you can use the
692 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
769 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
693 # and *.h) to filter out the source-files in the directories. If left
770 # *.h) to filter out the source-files in the directories. If left blank the
694 # blank the following patterns are tested:
771 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii,
695 # *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh
772 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
696 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
773 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
697 # *.f90 *.f *.for *.vhd *.vhdl
774 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
775 # *.qsf, *.as and *.js.
698
776
699 FILE_PATTERNS = *.c \
777 FILE_PATTERNS = *.c \
700 *.cc \
778 *.cc \
@@ -731,16 +809,17 FILE_PATTERNS = *.c \
731 *.vhd \
809 *.vhd \
732 *.vhdl
810 *.vhdl
733
811
734 # The RECURSIVE tag can be used to turn specify whether or not subdirectories
812 # The RECURSIVE tag can be used to specify whether or not subdirectories should
735 # should be searched for input files as well. Possible values are YES and NO.
813 # be searched for input files as well.
736 # If left blank NO is used.
814 # The default value is: NO.
737
815
738 RECURSIVE = YES
816 RECURSIVE = YES
739
817
740 # The EXCLUDE tag can be used to specify files and/or directories that should be
818 # The EXCLUDE tag can be used to specify files and/or directories that should be
741 # excluded from the INPUT source files. This way you can easily exclude a
819 # excluded from the INPUT source files. This way you can easily exclude a
742 # subdirectory from a directory tree whose root is specified with the INPUT tag.
820 # subdirectory from a directory tree whose root is specified with the INPUT tag.
743 # Note that relative paths are relative to the directory from which doxygen is
821 #
822 # Note that relative paths are relative to the directory from which doxygen is
744 # run.
823 # run.
745
824
746 EXCLUDE = src/stm32f4/CPU/CMSIS \
825 EXCLUDE = src/stm32f4/CPU/CMSIS \
@@ -748,831 +827,1101 EXCLUDE = src/stm32f4/CPU
748 src/stm32f4/CPU/USB \
827 src/stm32f4/CPU/USB \
749 src/lpc17XX
828 src/lpc17XX
750
829
751 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
830 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
752 # directories that are symbolic links (a Unix file system feature) are excluded
831 # directories that are symbolic links (a Unix file system feature) are excluded
753 # from the input.
832 # from the input.
833 # The default value is: NO.
754
834
755 EXCLUDE_SYMLINKS = NO
835 EXCLUDE_SYMLINKS = NO
756
836
757 # If the value of the INPUT tag contains directories, you can use the
837 # If the value of the INPUT tag contains directories, you can use the
758 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
838 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
759 # certain files from those directories. Note that the wildcards are matched
839 # certain files from those directories.
760 # against the file with absolute path, so to exclude all test directories
840 #
761 # for example use the pattern */test/*
841 # Note that the wildcards are matched against the file with absolute path, so to
842 # exclude all test directories for example use the pattern */test/*
762
843
763 EXCLUDE_PATTERNS =
844 EXCLUDE_PATTERNS =
764
845
765 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
846 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
766 # (namespaces, classes, functions, etc.) that should be excluded from the
847 # (namespaces, classes, functions, etc.) that should be excluded from the
767 # output. The symbol name can be a fully qualified name, a word, or if the
848 # output. The symbol name can be a fully qualified name, a word, or if the
768 # wildcard * is used, a substring. Examples: ANamespace, AClass,
849 # wildcard * is used, a substring. Examples: ANamespace, AClass,
769 # AClass::ANamespace, ANamespace::*Test
850 # AClass::ANamespace, ANamespace::*Test
851 #
852 # Note that the wildcards are matched against the file with absolute path, so to
853 # exclude all test directories use the pattern */test/*
770
854
771 EXCLUDE_SYMBOLS =
855 EXCLUDE_SYMBOLS =
772
856
773 # The EXAMPLE_PATH tag can be used to specify one or more files or
857 # The EXAMPLE_PATH tag can be used to specify one or more files or directories
774 # directories that contain example code fragments that are included (see
858 # that contain example code fragments that are included (see the \include
775 # the \include command).
859 # command).
776
860
777 EXAMPLE_PATH =
861 EXAMPLE_PATH =
778
862
779 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
863 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
780 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
864 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
781 # and *.h) to filter out the source-files in the directories. If left
865 # *.h) to filter out the source-files in the directories. If left blank all
782 # blank all files are included.
866 # files are included.
783
867
784 EXAMPLE_PATTERNS = *
868 EXAMPLE_PATTERNS = *
785
869
786 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
870 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
787 # searched for input files to be used with the \include or \dontinclude
871 # searched for input files to be used with the \include or \dontinclude commands
788 # commands irrespective of the value of the RECURSIVE tag.
872 # irrespective of the value of the RECURSIVE tag.
789 # Possible values are YES and NO. If left blank NO is used.
873 # The default value is: NO.
790
874
791 EXAMPLE_RECURSIVE = NO
875 EXAMPLE_RECURSIVE = NO
792
876
793 # The IMAGE_PATH tag can be used to specify one or more files or
877 # The IMAGE_PATH tag can be used to specify one or more files or directories
794 # directories that contain image that are included in the documentation (see
878 # that contain images that are to be included in the documentation (see the
795 # the \image command).
879 # \image command).
796
880
797 IMAGE_PATH =
881 IMAGE_PATH =
798
882
799 # The INPUT_FILTER tag can be used to specify a program that doxygen should
883 # The INPUT_FILTER tag can be used to specify a program that doxygen should
800 # invoke to filter for each input file. Doxygen will invoke the filter program
884 # invoke to filter for each input file. Doxygen will invoke the filter program
801 # by executing (via popen()) the command <filter> <input-file>, where <filter>
885 # by executing (via popen()) the command:
802 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
886 #
803 # input file. Doxygen will then use the output that the filter program writes
887 # <filter> <input-file>
804 # to standard output. If FILTER_PATTERNS is specified, this tag will be
888 #
805 # ignored.
889 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
890 # name of an input file. Doxygen will then use the output that the filter
891 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
892 # will be ignored.
893 #
894 # Note that the filter must not add or remove lines; it is applied before the
895 # code is scanned, but not when the output code is generated. If lines are added
896 # or removed, the anchors will not be placed correctly.
806
897
807 INPUT_FILTER =
898 INPUT_FILTER =
808
899
809 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
900 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
810 # basis. Doxygen will compare the file name with each pattern and apply the
901 # basis. Doxygen will compare the file name with each pattern and apply the
811 # filter if there is a match. The filters are a list of the form:
902 # filter if there is a match. The filters are a list of the form: pattern=filter
812 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
903 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
813 # info on how filters are used. If FILTER_PATTERNS is empty or if
904 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the
814 # non of the patterns match the file name, INPUT_FILTER is applied.
905 # patterns match the file name, INPUT_FILTER is applied.
815
906
816 FILTER_PATTERNS =
907 FILTER_PATTERNS =
817
908
818 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
909 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
819 # INPUT_FILTER) will be used to filter the input files when producing source
910 # INPUT_FILTER ) will also be used to filter the input files that are used for
820 # files to browse (i.e. when SOURCE_BROWSER is set to YES).
911 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
912 # The default value is: NO.
821
913
822 FILTER_SOURCE_FILES = NO
914 FILTER_SOURCE_FILES = NO
823
915
824 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
916 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
825 # pattern. A pattern will override the setting for FILTER_PATTERN (if any)
917 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
826 # and it is also possible to disable source filtering for a specific pattern
918 # it is also possible to disable source filtering for a specific pattern using
827 # using *.ext= (so without naming a filter). This option only has effect when
919 # *.ext= (so without naming a filter).
828 # FILTER_SOURCE_FILES is enabled.
920 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES.
829
921
830 FILTER_SOURCE_PATTERNS =
922 FILTER_SOURCE_PATTERNS =
831
923
832 # If the USE_MD_FILE_AS_MAINPAGE tag refers to the name of a markdown file that
924 # If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
833 # is part of the input, its contents will be placed on the main page (index.html).
925 # is part of the input, its contents will be placed on the main page
834 # This can be useful if you have a project on for instance GitHub and want reuse
926 # (index.html). This can be useful if you have a project on for instance GitHub
835 # the introduction page also for the doxygen output.
927 # and want to reuse the introduction page also for the doxygen output.
836
928
837 USE_MDFILE_AS_MAINPAGE =
929 USE_MDFILE_AS_MAINPAGE =
838
930
839 #---------------------------------------------------------------------------
931 #---------------------------------------------------------------------------
840 # configuration options related to source browsing
932 # Configuration options related to source browsing
841 #---------------------------------------------------------------------------
933 #---------------------------------------------------------------------------
842
934
843 # If the SOURCE_BROWSER tag is set to YES then a list of source files will
935 # If the SOURCE_BROWSER tag is set to YES then a list of source files will be
844 # be generated. Documented entities will be cross-referenced with these sources.
936 # generated. Documented entities will be cross-referenced with these sources.
845 # Note: To get rid of all source code in the generated output, make sure also
937 #
846 # VERBATIM_HEADERS is set to NO.
938 # Note: To get rid of all source code in the generated output, make sure that
847
939 # also VERBATIM_HEADERS is set to NO.
848 SOURCE_BROWSER = NO
940 # The default value is: NO.
849
941
850 # Setting the INLINE_SOURCES tag to YES will include the body
942 SOURCE_BROWSER = YES
851 # of functions and classes directly in the documentation.
943
944 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
945 # classes and enums directly into the documentation.
946 # The default value is: NO.
852
947
853 INLINE_SOURCES = NO
948 INLINE_SOURCES = NO
854
949
855 # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
950 # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
856 # doxygen to hide any special comment blocks from generated source code
951 # special comment blocks from generated source code fragments. Normal C, C++ and
857 # fragments. Normal C, C++ and Fortran comments will always remain visible.
952 # Fortran comments will always remain visible.
953 # The default value is: YES.
858
954
859 STRIP_CODE_COMMENTS = YES
955 STRIP_CODE_COMMENTS = YES
860
956
861 # If the REFERENCED_BY_RELATION tag is set to YES
957 # If the REFERENCED_BY_RELATION tag is set to YES then for each documented
862 # then for each documented function all documented
958 # function all documented functions referencing it will be listed.
863 # functions referencing it will be listed.
959 # The default value is: NO.
864
960
865 REFERENCED_BY_RELATION = NO
961 REFERENCED_BY_RELATION = YES
866
962
867 # If the REFERENCES_RELATION tag is set to YES
963 # If the REFERENCES_RELATION tag is set to YES then for each documented function
868 # then for each documented function all documented entities
964 # all documented entities called/used by that function will be listed.
869 # called/used by that function will be listed.
965 # The default value is: NO.
870
966
871 REFERENCES_RELATION = NO
967 REFERENCES_RELATION = YES
872
968
873 # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
969 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
874 # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
970 # to YES, then the hyperlinks from functions in REFERENCES_RELATION and
875 # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
971 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
876 # link to the source code. Otherwise they will link to the documentation.
972 # link to the documentation.
973 # The default value is: YES.
877
974
878 REFERENCES_LINK_SOURCE = YES
975 REFERENCES_LINK_SOURCE = YES
879
976
880 # If the USE_HTAGS tag is set to YES then the references to source code
977 # If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
881 # will point to the HTML generated by the htags(1) tool instead of doxygen
978 # source code will show a tooltip with additional information such as prototype,
882 # built-in source browser. The htags tool is part of GNU's global source
979 # brief description and links to the definition and documentation. Since this
883 # tagging system (see http://www.gnu.org/software/global/global.html). You
980 # will make the HTML file larger and loading of large files a bit slower, you
884 # will need version 4.8.6 or higher.
981 # can opt to disable this feature.
982 # The default value is: YES.
983 # This tag requires that the tag SOURCE_BROWSER is set to YES.
984
985 SOURCE_TOOLTIPS = YES
986
987 # If the USE_HTAGS tag is set to YES then the references to source code will
988 # point to the HTML generated by the htags(1) tool instead of doxygen built-in
989 # source browser. The htags tool is part of GNU's global source tagging system
990 # (see http://www.gnu.org/software/global/global.html). You will need version
991 # 4.8.6 or higher.
992 #
993 # To use it do the following:
994 # - Install the latest version of global
995 # - Enable SOURCE_BROWSER and USE_HTAGS in the config file
996 # - Make sure the INPUT points to the root of the source tree
997 # - Run doxygen as normal
998 #
999 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
1000 # tools must be available from the command line (i.e. in the search path).
1001 #
1002 # The result: instead of the source browser generated by doxygen, the links to
1003 # source code will now point to the output of htags.
1004 # The default value is: NO.
1005 # This tag requires that the tag SOURCE_BROWSER is set to YES.
885
1006
886 USE_HTAGS = NO
1007 USE_HTAGS = NO
887
1008
888 # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
1009 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
889 # will generate a verbatim copy of the header file for each class for
1010 # verbatim copy of the header file for each class for which an include is
890 # which an include is specified. Set to NO to disable this.
1011 # specified. Set to NO to disable this.
1012 # See also: Section \class.
1013 # The default value is: YES.
891
1014
892 VERBATIM_HEADERS = YES
1015 VERBATIM_HEADERS = YES
893
1016
894 #---------------------------------------------------------------------------
1017 #---------------------------------------------------------------------------
895 # configuration options related to the alphabetical class index
1018 # Configuration options related to the alphabetical class index
896 #---------------------------------------------------------------------------
1019 #---------------------------------------------------------------------------
897
1020
898 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
1021 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
899 # of all compounds will be generated. Enable this if the project
1022 # compounds will be generated. Enable this if the project contains a lot of
900 # contains a lot of classes, structs, unions or interfaces.
1023 # classes, structs, unions or interfaces.
901
1024 # The default value is: YES.
902 ALPHABETICAL_INDEX = YES
1025
903
1026 ALPHABETICAL_INDEX = NO
904 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
1027
905 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
1028 # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
906 # in which this list will be split (can be a number in the range [1..20])
1029 # which the alphabetical index list will be split.
1030 # Minimum value: 1, maximum value: 20, default value: 5.
1031 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
907
1032
908 COLS_IN_ALPHA_INDEX = 5
1033 COLS_IN_ALPHA_INDEX = 5
909
1034
910 # In case all classes in a project start with a common prefix, all
1035 # In case all classes in a project start with a common prefix, all classes will
911 # classes will be put under the same header in the alphabetical index.
1036 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
912 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
1037 # can be used to specify a prefix (or a list of prefixes) that should be ignored
913 # should be ignored while generating the index headers.
1038 # while generating the index headers.
1039 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
914
1040
915 IGNORE_PREFIX =
1041 IGNORE_PREFIX =
916
1042
917 #---------------------------------------------------------------------------
1043 #---------------------------------------------------------------------------
918 # configuration options related to the HTML output
1044 # Configuration options related to the HTML output
919 #---------------------------------------------------------------------------
1045 #---------------------------------------------------------------------------
920
1046
921 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
1047 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output
922 # generate HTML output.
1048 # The default value is: YES.
923
1049
924 GENERATE_HTML = YES
1050 GENERATE_HTML = YES
925
1051
926 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
1052 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
927 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1053 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
928 # put in front of it. If left blank `html' will be used as the default path.
1054 # it.
1055 # The default directory is: html.
1056 # This tag requires that the tag GENERATE_HTML is set to YES.
929
1057
930 HTML_OUTPUT = html
1058 HTML_OUTPUT = html
931
1059
932 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
1060 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
933 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
1061 # generated HTML page (for example: .htm, .php, .asp).
934 # doxygen will generate files with .html extension.
1062 # The default value is: .html.
1063 # This tag requires that the tag GENERATE_HTML is set to YES.
935
1064
936 HTML_FILE_EXTENSION = .html
1065 HTML_FILE_EXTENSION = .html
937
1066
938 # The HTML_HEADER tag can be used to specify a personal HTML header for
1067 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
939 # each generated HTML page. If it is left blank doxygen will generate a
1068 # each generated HTML page. If the tag is left blank doxygen will generate a
940 # standard header. Note that when using a custom header you are responsible
1069 # standard header.
941 # for the proper inclusion of any scripts and style sheets that doxygen
1070 #
942 # needs, which is dependent on the configuration options used.
1071 # To get valid HTML the header file that includes any scripts and style sheets
943 # It is advised to generate a default header using "doxygen -w html
1072 # that doxygen needs, which is dependent on the configuration options used (e.g.
944 # header.html footer.html stylesheet.css YourConfigFile" and then modify
1073 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a
945 # that header. Note that the header is subject to change so you typically
1074 # default header using
946 # have to redo this when upgrading to a newer version of doxygen or when
1075 # doxygen -w html new_header.html new_footer.html new_stylesheet.css
947 # changing the value of configuration settings such as GENERATE_TREEVIEW!
1076 # YourConfigFile
1077 # and then modify the file new_header.html. See also section "Doxygen usage"
1078 # for information on how to generate the default header that doxygen normally
1079 # uses.
1080 # Note: The header is subject to change so you typically have to regenerate the
1081 # default header when upgrading to a newer version of doxygen. For a description
1082 # of the possible markers and block names see the documentation.
1083 # This tag requires that the tag GENERATE_HTML is set to YES.
948
1084
949 HTML_HEADER =
1085 HTML_HEADER =
950
1086
951 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
1087 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
952 # each generated HTML page. If it is left blank doxygen will generate a
1088 # generated HTML page. If the tag is left blank doxygen will generate a standard
953 # standard footer.
1089 # footer. See HTML_HEADER for more information on how to generate a default
1090 # footer and what special commands can be used inside the footer. See also
1091 # section "Doxygen usage" for information on how to generate the default footer
1092 # that doxygen normally uses.
1093 # This tag requires that the tag GENERATE_HTML is set to YES.
954
1094
955 HTML_FOOTER =
1095 HTML_FOOTER =
956
1096
957 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
1097 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
958 # style sheet that is used by each HTML page. It can be used to
1098 # sheet that is used by each HTML page. It can be used to fine-tune the look of
959 # fine-tune the look of the HTML output. If left blank doxygen will
1099 # the HTML output. If left blank doxygen will generate a default style sheet.
960 # generate a default style sheet. Note that it is recommended to use
1100 # See also section "Doxygen usage" for information on how to generate the style
961 # HTML_EXTRA_STYLESHEET instead of this one, as it is more robust and this
1101 # sheet that doxygen normally uses.
962 # tag will in the future become obsolete.
1102 # Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
1103 # it is more robust and this tag (HTML_STYLESHEET) will in the future become
1104 # obsolete.
1105 # This tag requires that the tag GENERATE_HTML is set to YES.
963
1106
964 HTML_STYLESHEET =
1107 HTML_STYLESHEET =
965
1108
966 # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional
1109 # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional user-
967 # user-defined cascading style sheet that is included after the standard
1110 # defined cascading style sheet that is included after the standard style sheets
968 # style sheets created by doxygen. Using this option one can overrule
1111 # created by doxygen. Using this option one can overrule certain style aspects.
969 # certain style aspects. This is preferred over using HTML_STYLESHEET
1112 # This is preferred over using HTML_STYLESHEET since it does not replace the
970 # since it does not replace the standard style sheet and is therefor more
1113 # standard style sheet and is therefor more robust against future updates.
971 # robust against future updates. Doxygen will copy the style sheet file to
1114 # Doxygen will copy the style sheet file to the output directory. For an example
972 # the output directory.
1115 # see the documentation.
1116 # This tag requires that the tag GENERATE_HTML is set to YES.
973
1117
974 HTML_EXTRA_STYLESHEET =
1118 HTML_EXTRA_STYLESHEET =
975
1119
976 # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
1120 # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
977 # other source files which should be copied to the HTML output directory. Note
1121 # other source files which should be copied to the HTML output directory. Note
978 # that these files will be copied to the base HTML output directory. Use the
1122 # that these files will be copied to the base HTML output directory. Use the
979 # $relpath$ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
1123 # $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
980 # files. In the HTML_STYLESHEET file, use the file name only. Also note that
1124 # files. In the HTML_STYLESHEET file, use the file name only. Also note that the
981 # the files will be copied as-is; there are no commands or markers available.
1125 # files will be copied as-is; there are no commands or markers available.
1126 # This tag requires that the tag GENERATE_HTML is set to YES.
982
1127
983 HTML_EXTRA_FILES =
1128 HTML_EXTRA_FILES =
984
1129
985 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
1130 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
986 # Doxygen will adjust the colors in the style sheet and background images
1131 # will adjust the colors in the stylesheet and background images according to
987 # according to this color. Hue is specified as an angle on a colorwheel,
1132 # this color. Hue is specified as an angle on a colorwheel, see
988 # see http://en.wikipedia.org/wiki/Hue for more information.
1133 # http://en.wikipedia.org/wiki/Hue for more information. For instance the value
989 # For instance the value 0 represents red, 60 is yellow, 120 is green,
1134 # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
990 # 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
1135 # purple, and 360 is red again.
991 # The allowed range is 0 to 359.
1136 # Minimum value: 0, maximum value: 359, default value: 220.
1137 # This tag requires that the tag GENERATE_HTML is set to YES.
992
1138
993 HTML_COLORSTYLE_HUE = 220
1139 HTML_COLORSTYLE_HUE = 220
994
1140
995 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
1141 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
996 # the colors in the HTML output. For a value of 0 the output will use
1142 # in the HTML output. For a value of 0 the output will use grayscales only. A
997 # grayscales only. A value of 255 will produce the most vivid colors.
1143 # value of 255 will produce the most vivid colors.
1144 # Minimum value: 0, maximum value: 255, default value: 100.
1145 # This tag requires that the tag GENERATE_HTML is set to YES.
998
1146
999 HTML_COLORSTYLE_SAT = 100
1147 HTML_COLORSTYLE_SAT = 100
1000
1148
1001 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
1149 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
1002 # the luminance component of the colors in the HTML output. Values below
1150 # luminance component of the colors in the HTML output. Values below 100
1003 # 100 gradually make the output lighter, whereas values above 100 make
1151 # gradually make the output lighter, whereas values above 100 make the output
1004 # the output darker. The value divided by 100 is the actual gamma applied,
1152 # darker. The value divided by 100 is the actual gamma applied, so 80 represents
1005 # so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2,
1153 # a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
1006 # and 100 does not change the gamma.
1154 # change the gamma.
1155 # Minimum value: 40, maximum value: 240, default value: 80.
1156 # This tag requires that the tag GENERATE_HTML is set to YES.
1007
1157
1008 HTML_COLORSTYLE_GAMMA = 80
1158 HTML_COLORSTYLE_GAMMA = 80
1009
1159
1010 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1160 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1011 # page will contain the date and time when the page was generated. Setting
1161 # page will contain the date and time when the page was generated. Setting this
1012 # this to NO can help when comparing the output of multiple runs.
1162 # to NO can help when comparing the output of multiple runs.
1163 # The default value is: YES.
1164 # This tag requires that the tag GENERATE_HTML is set to YES.
1013
1165
1014 HTML_TIMESTAMP = YES
1166 HTML_TIMESTAMP = YES
1015
1167
1016 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1168 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1017 # documentation will contain sections that can be hidden and shown after the
1169 # documentation will contain sections that can be hidden and shown after the
1018 # page has loaded.
1170 # page has loaded.
1171 # The default value is: NO.
1172 # This tag requires that the tag GENERATE_HTML is set to YES.
1019
1173
1020 HTML_DYNAMIC_SECTIONS = YES
1174 HTML_DYNAMIC_SECTIONS = YES
1021
1175
1022 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of
1176 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
1023 # entries shown in the various tree structured indices initially; the user
1177 # shown in the various tree structured indices initially; the user can expand
1024 # can expand and collapse entries dynamically later on. Doxygen will expand
1178 # and collapse entries dynamically later on. Doxygen will expand the tree to
1025 # the tree to such a level that at most the specified number of entries are
1179 # such a level that at most the specified number of entries are visible (unless
1026 # visible (unless a fully collapsed tree already exceeds this amount).
1180 # a fully collapsed tree already exceeds this amount). So setting the number of
1027 # So setting the number of entries 1 will produce a full collapsed tree by
1181 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1028 # default. 0 is a special value representing an infinite number of entries
1182 # representing an infinite number of entries and will result in a full expanded
1029 # and will result in a full expanded tree by default.
1183 # tree by default.
1184 # Minimum value: 0, maximum value: 9999, default value: 100.
1185 # This tag requires that the tag GENERATE_HTML is set to YES.
1030
1186
1031 HTML_INDEX_NUM_ENTRIES = 100
1187 HTML_INDEX_NUM_ENTRIES = 100
1032
1188
1033 # If the GENERATE_DOCSET tag is set to YES, additional index files
1189 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1034 # will be generated that can be used as input for Apple's Xcode 3
1190 # generated that can be used as input for Apple's Xcode 3 integrated development
1035 # integrated development environment, introduced with OSX 10.5 (Leopard).
1191 # environment (see: http://developer.apple.com/tools/xcode/), introduced with
1036 # To create a documentation set, doxygen will generate a Makefile in the
1192 # OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
1037 # HTML output directory. Running make will produce the docset in that
1193 # Makefile in the HTML output directory. Running make will produce the docset in
1038 # directory and running "make install" will install the docset in
1194 # that directory and running make install will install the docset in
1039 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
1195 # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
1040 # it at startup.
1196 # startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
1041 # See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
1042 # for more information.
1197 # for more information.
1043
1198 # The default value is: NO.
1044 GENERATE_DOCSET = NO
1199 # This tag requires that the tag GENERATE_HTML is set to YES.
1045
1200
1046 # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
1201 GENERATE_DOCSET = YES
1047 # feed. A documentation feed provides an umbrella under which multiple
1202
1048 # documentation sets from a single provider (such as a company or product suite)
1203 # This tag determines the name of the docset feed. A documentation feed provides
1049 # can be grouped.
1204 # an umbrella under which multiple documentation sets from a single provider
1050
1205 # (such as a company or product suite) can be grouped.
1051 DOCSET_FEEDNAME = "Doxygen generated docs"
1206 # The default value is: Doxygen generated docs.
1052
1207 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1053 # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
1208
1054 # should uniquely identify the documentation set bundle. This should be a
1209 DOCSET_FEEDNAME = "libuc2 API"
1055 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
1210
1056 # will append .docset to the name.
1211 # This tag specifies a string that should uniquely identify the documentation
1057
1212 # set bundle. This should be a reverse domain-name style string, e.g.
1058 DOCSET_BUNDLE_ID = org.doxygen.Project
1213 # com.mycompany.MyDocSet. Doxygen will append .docset to the name.
1059
1214 # The default value is: org.doxygen.Project.
1060 # When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely
1215 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1061 # identify the documentation publisher. This should be a reverse domain-name
1216
1062 # style string, e.g. com.mycompany.MyDocSet.documentation.
1217 DOCSET_BUNDLE_ID = org.lpp.libuc2
1218
1219 # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
1220 # the documentation publisher. This should be a reverse domain-name style
1221 # string, e.g. com.mycompany.MyDocSet.documentation.
1222 # The default value is: org.doxygen.Publisher.
1223 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1063
1224
1064 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
1225 DOCSET_PUBLISHER_ID = org.doxygen.Publisher
1065
1226
1066 # The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
1227 # The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
1228 # The default value is: Publisher.
1229 # This tag requires that the tag GENERATE_DOCSET is set to YES.
1067
1230
1068 DOCSET_PUBLISHER_NAME = Publisher
1231 DOCSET_PUBLISHER_NAME = Publisher
1069
1232
1070 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
1233 # If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
1071 # will be generated that can be used as input for tools like the
1234 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The
1072 # Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
1235 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
1073 # of the generated HTML documentation.
1236 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1237 # Windows.
1238 #
1239 # The HTML Help Workshop contains a compiler that can convert all HTML output
1240 # generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
1241 # files are now used as the Windows 98 help format, and will replace the old
1242 # Windows help format (.hlp) on all Windows platforms in the future. Compressed
1243 # HTML files also contain an index, a table of contents, and you can search for
1244 # words in the documentation. The HTML workshop also contains a viewer for
1245 # compressed HTML files.
1246 # The default value is: NO.
1247 # This tag requires that the tag GENERATE_HTML is set to YES.
1074
1248
1075 GENERATE_HTMLHELP = NO
1249 GENERATE_HTMLHELP = NO
1076
1250
1077 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
1251 # The CHM_FILE tag can be used to specify the file name of the resulting .chm
1078 # be used to specify the file name of the resulting .chm file. You
1252 # file. You can add a path in front of the file if the result should not be
1079 # can add a path in front of the file if the result should not be
1080 # written to the html output directory.
1253 # written to the html output directory.
1254 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1081
1255
1082 CHM_FILE =
1256 CHM_FILE =
1083
1257
1084 # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
1258 # The HHC_LOCATION tag can be used to specify the location (absolute path
1085 # be used to specify the location (absolute path including file name) of
1259 # including file name) of the HTML help compiler ( hhc.exe). If non-empty
1086 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
1260 # doxygen will try to run the HTML help compiler on the generated index.hhp.
1087 # the HTML help compiler on the generated index.hhp.
1261 # The file has to be specified with full path.
1262 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1088
1263
1089 HHC_LOCATION =
1264 HHC_LOCATION =
1090
1265
1091 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
1266 # The GENERATE_CHI flag controls if a separate .chi index file is generated (
1092 # controls if a separate .chi index file is generated (YES) or that
1267 # YES) or that it should be included in the master .chm file ( NO).
1093 # it should be included in the master .chm file (NO).
1268 # The default value is: NO.
1269 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1094
1270
1095 GENERATE_CHI = NO
1271 GENERATE_CHI = NO
1096
1272
1097 # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
1273 # The CHM_INDEX_ENCODING is used to encode HtmlHelp index ( hhk), content ( hhc)
1098 # is used to encode HtmlHelp index (hhk), content (hhc) and project file
1274 # and project file content.
1099 # content.
1275 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1100
1276
1101 CHM_INDEX_ENCODING =
1277 CHM_INDEX_ENCODING =
1102
1278
1103 # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
1279 # The BINARY_TOC flag controls whether a binary table of contents is generated (
1104 # controls whether a binary table of contents is generated (YES) or a
1280 # YES) or a normal table of contents ( NO) in the .chm file.
1105 # normal table of contents (NO) in the .chm file.
1281 # The default value is: NO.
1282 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1106
1283
1107 BINARY_TOC = NO
1284 BINARY_TOC = NO
1108
1285
1109 # The TOC_EXPAND flag can be set to YES to add extra items for group members
1286 # The TOC_EXPAND flag can be set to YES to add extra items for group members to
1110 # to the contents of the HTML help documentation and to the tree view.
1287 # the table of contents of the HTML help documentation and to the tree view.
1288 # The default value is: NO.
1289 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
1111
1290
1112 TOC_EXPAND = NO
1291 TOC_EXPAND = NO
1113
1292
1114 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1293 # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1115 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
1294 # QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
1116 # that can be used as input for Qt's qhelpgenerator to generate a
1295 # can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
1117 # Qt Compressed Help (.qch) of the generated HTML documentation.
1296 # (.qch) of the generated HTML documentation.
1297 # The default value is: NO.
1298 # This tag requires that the tag GENERATE_HTML is set to YES.
1118
1299
1119 GENERATE_QHP = YES
1300 GENERATE_QHP = YES
1120
1301
1121 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can
1302 # If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
1122 # be used to specify the file name of the resulting .qch file.
1303 # the file name of the resulting .qch file. The path specified is relative to
1123 # The path specified is relative to the HTML output folder.
1304 # the HTML output folder.
1305 # This tag requires that the tag GENERATE_QHP is set to YES.
1124
1306
1125 QCH_FILE = ../../qthelp/libuc2.qch
1307 QCH_FILE = ../../qthelp/libuc2.qch
1126
1308
1127 # The QHP_NAMESPACE tag specifies the namespace to use when generating
1309 # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
1128 # Qt Help Project output. For more information please see
1310 # Project output. For more information please see Qt Help Project / Namespace
1129 # http://doc.trolltech.com/qthelpproject.html#namespace
1311 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
1130
1312 # The default value is: org.doxygen.Project.
1131 QHP_NAMESPACE =
1313 # This tag requires that the tag GENERATE_QHP is set to YES.
1132
1314
1133 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
1315 QHP_NAMESPACE = org.lpp.libuc2.100
1134 # Qt Help Project output. For more information please see
1316
1135 # http://doc.trolltech.com/qthelpproject.html#virtual-folders
1317 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
1136
1318 # Help Project output. For more information please see Qt Help Project / Virtual
1137 QHP_VIRTUAL_FOLDER = libuc2
1319 # Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
1138
1320 # folders).
1139 # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
1321 # The default value is: doc.
1140 # add. For more information please see
1322 # This tag requires that the tag GENERATE_QHP is set to YES.
1141 # http://doc.trolltech.com/qthelpproject.html#custom-filters
1323
1324 QHP_VIRTUAL_FOLDER = libuc2-api
1325
1326 # If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
1327 # filter to add. For more information please see Qt Help Project / Custom
1328 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1329 # filters).
1330 # This tag requires that the tag GENERATE_QHP is set to YES.
1142
1331
1143 QHP_CUST_FILTER_NAME =
1332 QHP_CUST_FILTER_NAME =
1144
1333
1145 # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
1334 # The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
1146 # custom filter to add. For more information please see
1335 # custom filter to add. For more information please see Qt Help Project / Custom
1147 # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
1336 # Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
1148 # Qt Help Project / Custom Filters</a>.
1337 # filters).
1338 # This tag requires that the tag GENERATE_QHP is set to YES.
1149
1339
1150 QHP_CUST_FILTER_ATTRS =
1340 QHP_CUST_FILTER_ATTRS =
1151
1341
1152 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
1342 # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
1153 # project's
1343 # project's filter section matches. Qt Help Project / Filter Attributes (see:
1154 # filter section matches.
1344 # http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
1155 # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
1345 # This tag requires that the tag GENERATE_QHP is set to YES.
1156 # Qt Help Project / Filter Attributes</a>.
1157
1346
1158 QHP_SECT_FILTER_ATTRS =
1347 QHP_SECT_FILTER_ATTRS =
1159
1348
1160 # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
1349 # The QHG_LOCATION tag can be used to specify the location of Qt's
1161 # be used to specify the location of Qt's qhelpgenerator.
1350 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
1162 # If non-empty doxygen will try to run qhelpgenerator on the generated
1351 # generated .qhp file.
1163 # .qhp file.
1352 # This tag requires that the tag GENERATE_QHP is set to YES.
1164
1353
1165 QHG_LOCATION = qhelpgenerator
1354 QHG_LOCATION = qhelpgenerator
1166
1355
1167 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
1356 # If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
1168 # will be generated, which together with the HTML files, form an Eclipse help
1357 # generated, together with the HTML files, they form an Eclipse help plugin. To
1169 # plugin. To install this plugin and make it available under the help contents
1358 # install this plugin and make it available under the help contents menu in
1170 # menu in Eclipse, the contents of the directory containing the HTML and XML
1359 # Eclipse, the contents of the directory containing the HTML and XML files needs
1171 # files needs to be copied into the plugins directory of eclipse. The name of
1360 # to be copied into the plugins directory of eclipse. The name of the directory
1172 # the directory within the plugins directory should be the same as
1361 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
1173 # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
1362 # After copying Eclipse needs to be restarted before the help appears.
1174 # the help appears.
1363 # The default value is: NO.
1364 # This tag requires that the tag GENERATE_HTML is set to YES.
1175
1365
1176 GENERATE_ECLIPSEHELP = NO
1366 GENERATE_ECLIPSEHELP = NO
1177
1367
1178 # A unique identifier for the eclipse help plugin. When installing the plugin
1368 # A unique identifier for the Eclipse help plugin. When installing the plugin
1179 # the directory name containing the HTML and XML files should also have
1369 # the directory name containing the HTML and XML files should also have this
1180 # this name.
1370 # name. Each documentation set should have its own identifier.
1371 # The default value is: org.doxygen.Project.
1372 # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.
1181
1373
1182 ECLIPSE_DOC_ID = org.doxygen.Project
1374 ECLIPSE_DOC_ID = org.doxygen.Project
1183
1375
1184 # The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs)
1376 # If you want full control over the layout of the generated HTML pages it might
1185 # at top of each HTML page. The value NO (the default) enables the index and
1377 # be necessary to disable the index and replace it with your own. The
1186 # the value YES disables it. Since the tabs have the same information as the
1378 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
1187 # navigation tree you can set this option to NO if you already set
1379 # of each HTML page. A value of NO enables the index and the value YES disables
1188 # GENERATE_TREEVIEW to YES.
1380 # it. Since the tabs in the index contain the same information as the navigation
1381 # tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
1382 # The default value is: NO.
1383 # This tag requires that the tag GENERATE_HTML is set to YES.
1189
1384
1190 DISABLE_INDEX = NO
1385 DISABLE_INDEX = NO
1191
1386
1192 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1387 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1193 # structure should be generated to display hierarchical information.
1388 # structure should be generated to display hierarchical information. If the tag
1194 # If the tag value is set to YES, a side panel will be generated
1389 # value is set to YES, a side panel will be generated containing a tree-like
1195 # containing a tree-like index structure (just like the one that
1390 # index structure (just like the one that is generated for HTML Help). For this
1196 # is generated for HTML Help). For this to work a browser that supports
1391 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
1197 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
1392 # (i.e. any modern browser). Windows users are probably better off using the
1198 # Windows users are probably better off using the HTML help feature.
1393 # HTML help feature. Via custom stylesheets (see HTML_EXTRA_STYLESHEET) one can
1199 # Since the tree basically has the same information as the tab index you
1394 # further fine-tune the look of the index. As an example, the default style
1200 # could consider to set DISABLE_INDEX to NO when enabling this option.
1395 # sheet generated by doxygen has an example that shows how to put an image at
1396 # the root of the tree instead of the PROJECT_NAME. Since the tree basically has
1397 # the same information as the tab index, you could consider setting
1398 # DISABLE_INDEX to YES when enabling this option.
1399 # The default value is: NO.
1400 # This tag requires that the tag GENERATE_HTML is set to YES.
1201
1401
1202 GENERATE_TREEVIEW = NO
1402 GENERATE_TREEVIEW = NO
1203
1403
1204 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
1404 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1205 # (range [0,1..20]) that doxygen will group on one line in the generated HTML
1405 # doxygen will group on one line in the generated HTML documentation.
1206 # documentation. Note that a value of 0 will completely suppress the enum
1406 #
1207 # values from appearing in the overview section.
1407 # Note that a value of 0 will completely suppress the enum values from appearing
1408 # in the overview section.
1409 # Minimum value: 0, maximum value: 20, default value: 4.
1410 # This tag requires that the tag GENERATE_HTML is set to YES.
1208
1411
1209 ENUM_VALUES_PER_LINE = 4
1412 ENUM_VALUES_PER_LINE = 4
1210
1413
1211 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
1414 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
1212 # used to set the initial width (in pixels) of the frame in which the tree
1415 # to set the initial width (in pixels) of the frame in which the tree is shown.
1213 # is shown.
1416 # Minimum value: 0, maximum value: 1500, default value: 250.
1417 # This tag requires that the tag GENERATE_HTML is set to YES.
1214
1418
1215 TREEVIEW_WIDTH = 250
1419 TREEVIEW_WIDTH = 250
1216
1420
1217 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
1421 # When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open links to
1218 # links to external symbols imported via tag files in a separate window.
1422 # external symbols imported via tag files in a separate window.
1423 # The default value is: NO.
1424 # This tag requires that the tag GENERATE_HTML is set to YES.
1219
1425
1220 EXT_LINKS_IN_WINDOW = NO
1426 EXT_LINKS_IN_WINDOW = NO
1221
1427
1222 # Use this tag to change the font size of Latex formulas included
1428 # Use this tag to change the font size of LaTeX formulas included as images in
1223 # as images in the HTML documentation. The default is 10. Note that
1429 # the HTML documentation. When you change the font size after a successful
1224 # when you change the font size after a successful doxygen run you need
1430 # doxygen run you need to manually remove any form_*.png images from the HTML
1225 # to manually remove any form_*.png images from the HTML output directory
1431 # output directory to force them to be regenerated.
1226 # to force them to be regenerated.
1432 # Minimum value: 8, maximum value: 50, default value: 10.
1433 # This tag requires that the tag GENERATE_HTML is set to YES.
1227
1434
1228 FORMULA_FONTSIZE = 10
1435 FORMULA_FONTSIZE = 10
1229
1436
1230 # Use the FORMULA_TRANPARENT tag to determine whether or not the images
1437 # Use the FORMULA_TRANPARENT tag to determine whether or not the images
1231 # generated for formulas are transparent PNGs. Transparent PNGs are
1438 # generated for formulas are transparent PNGs. Transparent PNGs are not
1232 # not supported properly for IE 6.0, but are supported on all modern browsers.
1439 # supported properly for IE 6.0, but are supported on all modern browsers.
1233 # Note that when changing this option you need to delete any form_*.png files
1440 #
1234 # in the HTML output before the changes have effect.
1441 # Note that when changing this option you need to delete any form_*.png files in
1442 # the HTML output directory before the changes have effect.
1443 # The default value is: YES.
1444 # This tag requires that the tag GENERATE_HTML is set to YES.
1235
1445
1236 FORMULA_TRANSPARENT = YES
1446 FORMULA_TRANSPARENT = YES
1237
1447
1238 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
1448 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
1239 # (see http://www.mathjax.org) which uses client side Javascript for the
1449 # http://www.mathjax.org) which uses client side Javascript for the rendering
1240 # rendering instead of using prerendered bitmaps. Use this if you do not
1450 # instead of using prerendered bitmaps. Use this if you do not have LaTeX
1241 # have LaTeX installed or if you want to formulas look prettier in the HTML
1451 # installed or if you want to formulas look prettier in the HTML output. When
1242 # output. When enabled you may also need to install MathJax separately and
1452 # enabled you may also need to install MathJax separately and configure the path
1243 # configure the path to it using the MATHJAX_RELPATH option.
1453 # to it using the MATHJAX_RELPATH option.
1454 # The default value is: NO.
1455 # This tag requires that the tag GENERATE_HTML is set to YES.
1244
1456
1245 USE_MATHJAX = NO
1457 USE_MATHJAX = NO
1246
1458
1247 # When MathJax is enabled you can set the default output format to be used for
1459 # When MathJax is enabled you can set the default output format to be used for
1248 # thA MathJax output. Supported types are HTML-CSS, NativeMML (i.e. MathML) and
1460 # the MathJax output. See the MathJax site (see:
1249 # SVG. The default value is HTML-CSS, which is slower, but has the best
1461 # http://docs.mathjax.org/en/latest/output.html) for more details.
1250 # compatibility.
1462 # Possible values are: HTML-CSS (which is slower, but has the best
1463 # compatibility), NativeMML (i.e. MathML) and SVG.
1464 # The default value is: HTML-CSS.
1465 # This tag requires that the tag USE_MATHJAX is set to YES.
1251
1466
1252 MATHJAX_FORMAT = HTML-CSS
1467 MATHJAX_FORMAT = HTML-CSS
1253
1468
1254 # When MathJax is enabled you need to specify the location relative to the
1469 # When MathJax is enabled you need to specify the location relative to the HTML
1255 # HTML output directory using the MATHJAX_RELPATH option. The destination
1470 # output directory using the MATHJAX_RELPATH option. The destination directory
1256 # directory should contain the MathJax.js script. For instance, if the mathjax
1471 # should contain the MathJax.js script. For instance, if the mathjax directory
1257 # directory is located at the same level as the HTML output directory, then
1472 # is located at the same level as the HTML output directory, then
1258 # MATHJAX_RELPATH should be ../mathjax. The default value points to
1473 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
1259 # the MathJax Content Delivery Network so you can quickly see the result without
1474 # Content Delivery Network so you can quickly see the result without installing
1260 # installing MathJax. However, it is strongly recommended to install a local
1475 # MathJax. However, it is strongly recommended to install a local copy of
1261 # copy of MathJax from http://www.mathjax.org before deployment.
1476 # MathJax from http://www.mathjax.org before deployment.
1477 # The default value is: http://cdn.mathjax.org/mathjax/latest.
1478 # This tag requires that the tag USE_MATHJAX is set to YES.
1262
1479
1263 MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
1480 MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
1264
1481
1265 # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
1482 # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
1266 # names that should be enabled during MathJax rendering.
1483 # extension names that should be enabled during MathJax rendering. For example
1484 # MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
1485 # This tag requires that the tag USE_MATHJAX is set to YES.
1267
1486
1268 MATHJAX_EXTENSIONS =
1487 MATHJAX_EXTENSIONS =
1269
1488
1270 # When the SEARCHENGINE tag is enabled doxygen will generate a search box
1489 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
1271 # for the HTML output. The underlying search engine uses javascript
1490 # of code that will be used on startup of the MathJax code. See the MathJax site
1272 # and DHTML and should work on any modern browser. Note that when using
1491 # (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
1273 # HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets
1492 # example see the documentation.
1274 # (GENERATE_DOCSET) there is already a search function so this one should
1493 # This tag requires that the tag USE_MATHJAX is set to YES.
1275 # typically be disabled. For large projects the javascript based search engine
1494
1276 # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
1495 MATHJAX_CODEFILE =
1496
1497 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for
1498 # the HTML output. The underlying search engine uses javascript and DHTML and
1499 # should work on any modern browser. Note that when using HTML help
1500 # (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
1501 # there is already a search function so this one should typically be disabled.
1502 # For large projects the javascript based search engine can be slow, then
1503 # enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
1504 # search using the keyboard; to jump to the search box use <access key> + S
1505 # (what the <access key> is depends on the OS and browser, but it is typically
1506 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
1507 # key> to jump into the search results window, the results can be navigated
1508 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
1509 # the search. The filter options can be selected when the cursor is inside the
1510 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
1511 # to select a filter and <Enter> or <escape> to activate or cancel the filter
1512 # option.
1513 # The default value is: YES.
1514 # This tag requires that the tag GENERATE_HTML is set to YES.
1277
1515
1278 SEARCHENGINE = YES
1516 SEARCHENGINE = YES
1279
1517
1280 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1518 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1281 # implemented using a web server instead of a web client using Javascript.
1519 # implemented using a web server instead of a web client using Javascript. There
1282 # There are two flavours of web server based search depending on the
1520 # are two flavours of web server based searching depending on the
1283 # EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
1521 # EXTERNAL_SEARCH setting. When disabled, doxygen will generate a PHP script for
1284 # searching and an index file used by the script. When EXTERNAL_SEARCH is
1522 # searching and an index file used by the script. When EXTERNAL_SEARCH is
1285 # enabled the indexing and searching needs to be provided by external tools.
1523 # enabled the indexing and searching needs to be provided by external tools. See
1286 # See the manual for details.
1524 # the section "External Indexing and Searching" for details.
1525 # The default value is: NO.
1526 # This tag requires that the tag SEARCHENGINE is set to YES.
1287
1527
1288 SERVER_BASED_SEARCH = NO
1528 SERVER_BASED_SEARCH = NO
1289
1529
1290 # When EXTERNAL_SEARCH is enabled doxygen will no longer generate the PHP
1530 # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
1291 # script for searching. Instead the search results are written to an XML file
1531 # script for searching. Instead the search results are written to an XML file
1292 # which needs to be processed by an external indexer. Doxygen will invoke an
1532 # which needs to be processed by an external indexer. Doxygen will invoke an
1293 # external search engine pointed to by the SEARCHENGINE_URL option to obtain
1533 # external search engine pointed to by the SEARCHENGINE_URL option to obtain the
1294 # the search results. Doxygen ships with an example indexer (doxyindexer) and
1534 # search results.
1295 # search engine (doxysearch.cgi) which are based on the open source search engine
1535 #
1296 # library Xapian. See the manual for configuration details.
1536 # Doxygen ships with an example indexer ( doxyindexer) and search engine
1537 # (doxysearch.cgi) which are based on the open source search engine library
1538 # Xapian (see: http://xapian.org/).
1539 #
1540 # See the section "External Indexing and Searching" for details.
1541 # The default value is: NO.
1542 # This tag requires that the tag SEARCHENGINE is set to YES.
1297
1543
1298 EXTERNAL_SEARCH = NO
1544 EXTERNAL_SEARCH = NO
1299
1545
1300 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
1546 # The SEARCHENGINE_URL should point to a search engine hosted by a web server
1301 # which will returned the search results when EXTERNAL_SEARCH is enabled.
1547 # which will return the search results when EXTERNAL_SEARCH is enabled.
1302 # Doxygen ships with an example search engine (doxysearch) which is based on
1548 #
1303 # the open source search engine library Xapian. See the manual for configuration
1549 # Doxygen ships with an example indexer ( doxyindexer) and search engine
1304 # details.
1550 # (doxysearch.cgi) which are based on the open source search engine library
1551 # Xapian (see: http://xapian.org/). See the section "External Indexing and
1552 # Searching" for details.
1553 # This tag requires that the tag SEARCHENGINE is set to YES.
1305
1554
1306 SEARCHENGINE_URL =
1555 SEARCHENGINE_URL =
1307
1556
1308 # When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
1557 # When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
1309 # search data is written to a file for indexing by an external tool. With the
1558 # search data is written to a file for indexing by an external tool. With the
1310 # SEARCHDATA_FILE tag the name of this file can be specified.
1559 # SEARCHDATA_FILE tag the name of this file can be specified.
1560 # The default file is: searchdata.xml.
1561 # This tag requires that the tag SEARCHENGINE is set to YES.
1311
1562
1312 SEARCHDATA_FILE = searchdata.xml
1563 SEARCHDATA_FILE = searchdata.xml
1313
1564
1314 # When SERVER_BASED_SEARCH AND EXTERNAL_SEARCH are both enabled the
1565 # When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
1315 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
1566 # EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
1316 # useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
1567 # useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
1317 # projects and redirect the results back to the right project.
1568 # projects and redirect the results back to the right project.
1569 # This tag requires that the tag SEARCHENGINE is set to YES.
1318
1570
1319 EXTERNAL_SEARCH_ID =
1571 EXTERNAL_SEARCH_ID =
1320
1572
1321 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1573 # The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
1322 # projects other than the one defined by this configuration file, but that are
1574 # projects other than the one defined by this configuration file, but that are
1323 # all added to the same external search index. Each project needs to have a
1575 # all added to the same external search index. Each project needs to have a
1324 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id
1576 # unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
1325 # of to a relative location where the documentation can be found.
1577 # to a relative location where the documentation can be found. The format is:
1326 # The format is: EXTRA_SEARCH_MAPPINGS = id1=loc1 id2=loc2 ...
1578 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
1579 # This tag requires that the tag SEARCHENGINE is set to YES.
1327
1580
1328 EXTRA_SEARCH_MAPPINGS =
1581 EXTRA_SEARCH_MAPPINGS =
1329
1582
1330 #---------------------------------------------------------------------------
1583 #---------------------------------------------------------------------------
1331 # configuration options related to the LaTeX output
1584 # Configuration options related to the LaTeX output
1332 #---------------------------------------------------------------------------
1585 #---------------------------------------------------------------------------
1333
1586
1334 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
1587 # If the GENERATE_LATEX tag is set to YES doxygen will generate LaTeX output.
1335 # generate Latex output.
1588 # The default value is: YES.
1336
1589
1337 GENERATE_LATEX = YES
1590 GENERATE_LATEX = YES
1338
1591
1339 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
1592 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
1340 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1593 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1341 # put in front of it. If left blank `latex' will be used as the default path.
1594 # it.
1595 # The default directory is: latex.
1596 # This tag requires that the tag GENERATE_LATEX is set to YES.
1342
1597
1343 LATEX_OUTPUT = latex
1598 LATEX_OUTPUT = latex
1344
1599
1345 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
1600 # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
1346 # invoked. If left blank `latex' will be used as the default command name.
1601 # invoked.
1347 # Note that when enabling USE_PDFLATEX this option is only used for
1602 #
1348 # generating bitmaps for formulas in the HTML output, but not in the
1603 # Note that when enabling USE_PDFLATEX this option is only used for generating
1349 # Makefile that is written to the output directory.
1604 # bitmaps for formulas in the HTML output, but not in the Makefile that is
1605 # written to the output directory.
1606 # The default file is: latex.
1607 # This tag requires that the tag GENERATE_LATEX is set to YES.
1350
1608
1351 LATEX_CMD_NAME = latex
1609 LATEX_CMD_NAME = latex
1352
1610
1353 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
1611 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
1354 # generate index for LaTeX. If left blank `makeindex' will be used as the
1612 # index for LaTeX.
1355 # default command name.
1613 # The default file is: makeindex.
1614 # This tag requires that the tag GENERATE_LATEX is set to YES.
1356
1615
1357 MAKEINDEX_CMD_NAME = makeindex
1616 MAKEINDEX_CMD_NAME = makeindex
1358
1617
1359 # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1618 # If the COMPACT_LATEX tag is set to YES doxygen generates more compact LaTeX
1360 # LaTeX documents. This may be useful for small projects and may help to
1619 # documents. This may be useful for small projects and may help to save some
1361 # save some trees in general.
1620 # trees in general.
1621 # The default value is: NO.
1622 # This tag requires that the tag GENERATE_LATEX is set to YES.
1362
1623
1363 COMPACT_LATEX = NO
1624 COMPACT_LATEX = NO
1364
1625
1365 # The PAPER_TYPE tag can be used to set the paper type that is used
1626 # The PAPER_TYPE tag can be used to set the paper type that is used by the
1366 # by the printer. Possible values are: a4, letter, legal and
1627 # printer.
1367 # executive. If left blank a4wide will be used.
1628 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
1629 # 14 inches) and executive (7.25 x 10.5 inches).
1630 # The default value is: a4.
1631 # This tag requires that the tag GENERATE_LATEX is set to YES.
1368
1632
1369 PAPER_TYPE = a4
1633 PAPER_TYPE = a4
1370
1634
1371 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1635 # The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
1372 # packages that should be included in the LaTeX output.
1636 # that should be included in the LaTeX output. To get the times font for
1637 # instance you can specify
1638 # EXTRA_PACKAGES=times
1639 # If left blank no extra packages will be included.
1640 # This tag requires that the tag GENERATE_LATEX is set to YES.
1373
1641
1374 EXTRA_PACKAGES =
1642 EXTRA_PACKAGES =
1375
1643
1376 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
1644 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
1377 # the generated latex document. The header should contain everything until
1645 # generated LaTeX document. The header should contain everything until the first
1378 # the first chapter. If it is left blank doxygen will generate a
1646 # chapter. If it is left blank doxygen will generate a standard header. See
1379 # standard header. Notice: only use this tag if you know what you are doing!
1647 # section "Doxygen usage" for information on how to let doxygen write the
1648 # default header to a separate file.
1649 #
1650 # Note: Only use a user-defined header if you know what you are doing! The
1651 # following commands have a special meaning inside the header: $title,
1652 # $datetime, $date, $doxygenversion, $projectname, $projectnumber. Doxygen will
1653 # replace them by respectively the title of the page, the current date and time,
1654 # only the current date, the version number of doxygen, the project name (see
1655 # PROJECT_NAME), or the project number (see PROJECT_NUMBER).
1656 # This tag requires that the tag GENERATE_LATEX is set to YES.
1380
1657
1381 LATEX_HEADER =
1658 LATEX_HEADER =
1382
1659
1383 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for
1660 # The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
1384 # the generated latex document. The footer should contain everything after
1661 # generated LaTeX document. The footer should contain everything after the last
1385 # the last chapter. If it is left blank doxygen will generate a
1662 # chapter. If it is left blank doxygen will generate a standard footer.
1386 # standard footer. Notice: only use this tag if you know what you are doing!
1663 #
1664 # Note: Only use a user-defined footer if you know what you are doing!
1665 # This tag requires that the tag GENERATE_LATEX is set to YES.
1387
1666
1388 LATEX_FOOTER =
1667 LATEX_FOOTER =
1389
1668
1390 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1669 # The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
1391 # is prepared for conversion to pdf (using ps2pdf). The pdf file will
1670 # other source files which should be copied to the LATEX_OUTPUT output
1392 # contain links (just like the HTML output) instead of page references
1671 # directory. Note that the files will be copied as-is; there are no commands or
1393 # This makes the output suitable for online browsing using a pdf viewer.
1672 # markers available.
1673 # This tag requires that the tag GENERATE_LATEX is set to YES.
1674
1675 LATEX_EXTRA_FILES =
1676
1677 # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
1678 # prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
1679 # contain links (just like the HTML output) instead of page references. This
1680 # makes the output suitable for online browsing using a PDF viewer.
1681 # The default value is: YES.
1682 # This tag requires that the tag GENERATE_LATEX is set to YES.
1394
1683
1395 PDF_HYPERLINKS = YES
1684 PDF_HYPERLINKS = YES
1396
1685
1397 # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1686 # If the LATEX_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
1398 # plain latex in the generated Makefile. Set this option to YES to get a
1687 # the PDF file directly from the LaTeX files. Set this option to YES to get a
1399 # higher quality PDF documentation.
1688 # higher quality PDF documentation.
1689 # The default value is: YES.
1690 # This tag requires that the tag GENERATE_LATEX is set to YES.
1400
1691
1401 USE_PDFLATEX = YES
1692 USE_PDFLATEX = YES
1402
1693
1403 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1694 # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
1404 # command to the generated LaTeX files. This will instruct LaTeX to keep
1695 # command to the generated LaTeX files. This will instruct LaTeX to keep running
1405 # running if errors occur, instead of asking the user for help.
1696 # if errors occur, instead of asking the user for help. This option is also used
1406 # This option is also used when generating formulas in HTML.
1697 # when generating formulas in HTML.
1698 # The default value is: NO.
1699 # This tag requires that the tag GENERATE_LATEX is set to YES.
1407
1700
1408 LATEX_BATCHMODE = NO
1701 LATEX_BATCHMODE = NO
1409
1702
1410 # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1703 # If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1411 # include the index chapters (such as File Index, Compound Index, etc.)
1704 # index chapters (such as File Index, Compound Index, etc.) in the output.
1412 # in the output.
1705 # The default value is: NO.
1706 # This tag requires that the tag GENERATE_LATEX is set to YES.
1413
1707
1414 LATEX_HIDE_INDICES = NO
1708 LATEX_HIDE_INDICES = NO
1415
1709
1416 # If LATEX_SOURCE_CODE is set to YES then doxygen will include
1710 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
1417 # source code with syntax highlighting in the LaTeX output.
1711 # code with syntax highlighting in the LaTeX output.
1418 # Note that which sources are shown also depends on other settings
1712 #
1419 # such as SOURCE_BROWSER.
1713 # Note that which sources are shown also depends on other settings such as
1714 # SOURCE_BROWSER.
1715 # The default value is: NO.
1716 # This tag requires that the tag GENERATE_LATEX is set to YES.
1420
1717
1421 LATEX_SOURCE_CODE = NO
1718 LATEX_SOURCE_CODE = NO
1422
1719
1423 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the
1720 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the
1424 # bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See
1721 # bibliography, e.g. plainnat, or ieeetr. See
1425 # http://en.wikipedia.org/wiki/BibTeX for more info.
1722 # http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
1723 # The default value is: plain.
1724 # This tag requires that the tag GENERATE_LATEX is set to YES.
1426
1725
1427 LATEX_BIB_STYLE = plain
1726 LATEX_BIB_STYLE = plain
1428
1727
1429 #---------------------------------------------------------------------------
1728 #---------------------------------------------------------------------------
1430 # configuration options related to the RTF output
1729 # Configuration options related to the RTF output
1431 #---------------------------------------------------------------------------
1730 #---------------------------------------------------------------------------
1432
1731
1433 # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1732 # If the GENERATE_RTF tag is set to YES doxygen will generate RTF output. The
1434 # The RTF output is optimized for Word 97 and may not look very pretty with
1733 # RTF output is optimized for Word 97 and may not look too pretty with other RTF
1435 # other RTF readers or editors.
1734 # readers/editors.
1735 # The default value is: NO.
1436
1736
1437 GENERATE_RTF = NO
1737 GENERATE_RTF = NO
1438
1738
1439 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1739 # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
1440 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1740 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1441 # put in front of it. If left blank `rtf' will be used as the default path.
1741 # it.
1742 # The default directory is: rtf.
1743 # This tag requires that the tag GENERATE_RTF is set to YES.
1442
1744
1443 RTF_OUTPUT = rtf
1745 RTF_OUTPUT = rtf
1444
1746
1445 # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1747 # If the COMPACT_RTF tag is set to YES doxygen generates more compact RTF
1446 # RTF documents. This may be useful for small projects and may help to
1748 # documents. This may be useful for small projects and may help to save some
1447 # save some trees in general.
1749 # trees in general.
1750 # The default value is: NO.
1751 # This tag requires that the tag GENERATE_RTF is set to YES.
1448
1752
1449 COMPACT_RTF = NO
1753 COMPACT_RTF = NO
1450
1754
1451 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1755 # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
1452 # will contain hyperlink fields. The RTF file will
1756 # contain hyperlink fields. The RTF file will contain links (just like the HTML
1453 # contain links (just like the HTML output) instead of page references.
1757 # output) instead of page references. This makes the output suitable for online
1454 # This makes the output suitable for online browsing using WORD or other
1758 # browsing using Word or some other Word compatible readers that support those
1455 # programs which support those fields.
1759 # fields.
1456 # Note: wordpad (write) and others do not support links.
1760 #
1761 # Note: WordPad (write) and others do not support links.
1762 # The default value is: NO.
1763 # This tag requires that the tag GENERATE_RTF is set to YES.
1457
1764
1458 RTF_HYPERLINKS = NO
1765 RTF_HYPERLINKS = NO
1459
1766
1460 # Load style sheet definitions from file. Syntax is similar to doxygen's
1767 # Load stylesheet definitions from file. Syntax is similar to doxygen's config
1461 # config file, i.e. a series of assignments. You only have to provide
1768 # file, i.e. a series of assignments. You only have to provide replacements,
1462 # replacements, missing definitions are set to their default value.
1769 # missing definitions are set to their default value.
1770 #
1771 # See also section "Doxygen usage" for information on how to generate the
1772 # default style sheet that doxygen normally uses.
1773 # This tag requires that the tag GENERATE_RTF is set to YES.
1463
1774
1464 RTF_STYLESHEET_FILE =
1775 RTF_STYLESHEET_FILE =
1465
1776
1466 # Set optional variables used in the generation of an rtf document.
1777 # Set optional variables used in the generation of an RTF document. Syntax is
1467 # Syntax is similar to doxygen's config file.
1778 # similar to doxygen's config file. A template extensions file can be generated
1779 # using doxygen -e rtf extensionFile.
1780 # This tag requires that the tag GENERATE_RTF is set to YES.
1468
1781
1469 RTF_EXTENSIONS_FILE =
1782 RTF_EXTENSIONS_FILE =
1470
1783
1471 #---------------------------------------------------------------------------
1784 #---------------------------------------------------------------------------
1472 # configuration options related to the man page output
1785 # Configuration options related to the man page output
1473 #---------------------------------------------------------------------------
1786 #---------------------------------------------------------------------------
1474
1787
1475 # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1788 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1476 # generate man pages
1789 # classes and files.
1790 # The default value is: NO.
1477
1791
1478 GENERATE_MAN = NO
1792 GENERATE_MAN = NO
1479
1793
1480 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1794 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1481 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1795 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1482 # put in front of it. If left blank `man' will be used as the default path.
1796 # it. A directory man3 will be created inside the directory specified by
1797 # MAN_OUTPUT.
1798 # The default directory is: man.
1799 # This tag requires that the tag GENERATE_MAN is set to YES.
1483
1800
1484 MAN_OUTPUT = man
1801 MAN_OUTPUT = man
1485
1802
1486 # The MAN_EXTENSION tag determines the extension that is added to
1803 # The MAN_EXTENSION tag determines the extension that is added to the generated
1487 # the generated man pages (default is the subroutine's section .3)
1804 # man pages. In case the manual section does not start with a number, the number
1805 # 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
1806 # optional.
1807 # The default value is: .3.
1808 # This tag requires that the tag GENERATE_MAN is set to YES.
1488
1809
1489 MAN_EXTENSION = .3
1810 MAN_EXTENSION = .3
1490
1811
1491 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1812 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1492 # then it will generate one additional man file for each entity
1813 # will generate one additional man file for each entity documented in the real
1493 # documented in the real man page(s). These additional files
1814 # man page(s). These additional files only source the real man page, but without
1494 # only source the real man page, but without them the man command
1815 # them the man command would be unable to find the correct page.
1495 # would be unable to find the correct page. The default is NO.
1816 # The default value is: NO.
1817 # This tag requires that the tag GENERATE_MAN is set to YES.
1496
1818
1497 MAN_LINKS = NO
1819 MAN_LINKS = NO
1498
1820
1499 #---------------------------------------------------------------------------
1821 #---------------------------------------------------------------------------
1500 # configuration options related to the XML output
1822 # Configuration options related to the XML output
1501 #---------------------------------------------------------------------------
1823 #---------------------------------------------------------------------------
1502
1824
1503 # If the GENERATE_XML tag is set to YES Doxygen will
1825 # If the GENERATE_XML tag is set to YES doxygen will generate an XML file that
1504 # generate an XML file that captures the structure of
1826 # captures the structure of the code including all documentation.
1505 # the code including all documentation.
1827 # The default value is: NO.
1506
1828
1507 GENERATE_XML = NO
1829 GENERATE_XML = NO
1508
1830
1509 # The XML_OUTPUT tag is used to specify where the XML pages will be put.
1831 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1510 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1832 # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1511 # put in front of it. If left blank `xml' will be used as the default path.
1833 # it.
1834 # The default directory is: xml.
1835 # This tag requires that the tag GENERATE_XML is set to YES.
1512
1836
1513 XML_OUTPUT = xml
1837 XML_OUTPUT = xml
1514
1838
1515 # The XML_SCHEMA tag can be used to specify an XML schema,
1839 # The XML_SCHEMA tag can be used to specify a XML schema, which can be used by a
1516 # which can be used by a validating XML parser to check the
1840 # validating XML parser to check the syntax of the XML files.
1517 # syntax of the XML files.
1841 # This tag requires that the tag GENERATE_XML is set to YES.
1518
1842
1519 XML_SCHEMA =
1843 XML_SCHEMA =
1520
1844
1521 # The XML_DTD tag can be used to specify an XML DTD,
1845 # The XML_DTD tag can be used to specify a XML DTD, which can be used by a
1522 # which can be used by a validating XML parser to check the
1846 # validating XML parser to check the syntax of the XML files.
1523 # syntax of the XML files.
1847 # This tag requires that the tag GENERATE_XML is set to YES.
1524
1848
1525 XML_DTD =
1849 XML_DTD =
1526
1850
1527 # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1851 # If the XML_PROGRAMLISTING tag is set to YES doxygen will dump the program
1528 # dump the program listings (including syntax highlighting
1852 # listings (including syntax highlighting and cross-referencing information) to
1529 # and cross-referencing information) to the XML output. Note that
1853 # the XML output. Note that enabling this will significantly increase the size
1530 # enabling this will significantly increase the size of the XML output.
1854 # of the XML output.
1855 # The default value is: YES.
1856 # This tag requires that the tag GENERATE_XML is set to YES.
1531
1857
1532 XML_PROGRAMLISTING = YES
1858 XML_PROGRAMLISTING = YES
1533
1859
1534 #---------------------------------------------------------------------------
1860 #---------------------------------------------------------------------------
1535 # configuration options for the AutoGen Definitions output
1861 # Configuration options related to the DOCBOOK output
1536 #---------------------------------------------------------------------------
1862 #---------------------------------------------------------------------------
1537
1863
1538 # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1864 # If the GENERATE_DOCBOOK tag is set to YES doxygen will generate Docbook files
1539 # generate an AutoGen Definitions (see autogen.sf.net) file
1865 # that can be used to generate PDF.
1540 # that captures the structure of the code including all
1866 # The default value is: NO.
1541 # documentation. Note that this feature is still experimental
1867
1542 # and incomplete at the moment.
1868 GENERATE_DOCBOOK = NO
1869
1870 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
1871 # If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
1872 # front of it.
1873 # The default directory is: docbook.
1874 # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
1875
1876 DOCBOOK_OUTPUT = docbook
1877
1878 #---------------------------------------------------------------------------
1879 # Configuration options for the AutoGen Definitions output
1880 #---------------------------------------------------------------------------
1881
1882 # If the GENERATE_AUTOGEN_DEF tag is set to YES doxygen will generate an AutoGen
1883 # Definitions (see http://autogen.sf.net) file that captures the structure of
1884 # the code including all documentation. Note that this feature is still
1885 # experimental and incomplete at the moment.
1886 # The default value is: NO.
1543
1887
1544 GENERATE_AUTOGEN_DEF = NO
1888 GENERATE_AUTOGEN_DEF = NO
1545
1889
1546 #---------------------------------------------------------------------------
1890 #---------------------------------------------------------------------------
1547 # configuration options related to the Perl module output
1891 # Configuration options related to the Perl module output
1548 #---------------------------------------------------------------------------
1892 #---------------------------------------------------------------------------
1549
1893
1550 # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1894 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1551 # generate a Perl module file that captures the structure of
1895 # file that captures the structure of the code including all documentation.
1552 # the code including all documentation. Note that this
1896 #
1553 # feature is still experimental and incomplete at the
1897 # Note that this feature is still experimental and incomplete at the moment.
1554 # moment.
1898 # The default value is: NO.
1555
1899
1556 GENERATE_PERLMOD = NO
1900 GENERATE_PERLMOD = NO
1557
1901
1558 # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1902 # If the PERLMOD_LATEX tag is set to YES doxygen will generate the necessary
1559 # the necessary Makefile rules, Perl scripts and LaTeX code to be able
1903 # Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
1560 # to generate PDF and DVI output from the Perl module output.
1904 # output from the Perl module output.
1905 # The default value is: NO.
1906 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1561
1907
1562 PERLMOD_LATEX = NO
1908 PERLMOD_LATEX = NO
1563
1909
1564 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1910 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1565 # nicely formatted so it can be parsed by a human reader. This is useful
1911 # formatted so it can be parsed by a human reader. This is useful if you want to
1566 # if you want to understand what is going on. On the other hand, if this
1912 # understand what is going on. On the other hand, if this tag is set to NO the
1567 # tag is set to NO the size of the Perl module output will be much smaller
1913 # size of the Perl module output will be much smaller and Perl will parse it
1568 # and Perl will parse it just the same.
1914 # just the same.
1915 # The default value is: YES.
1916 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1569
1917
1570 PERLMOD_PRETTY = YES
1918 PERLMOD_PRETTY = YES
1571
1919
1572 # The names of the make variables in the generated doxyrules.make file
1920 # The names of the make variables in the generated doxyrules.make file are
1573 # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
1921 # prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
1574 # This is useful so different doxyrules.make files included by the same
1922 # so different doxyrules.make files included by the same Makefile don't
1575 # Makefile don't overwrite each other's variables.
1923 # overwrite each other's variables.
1924 # This tag requires that the tag GENERATE_PERLMOD is set to YES.
1576
1925
1577 PERLMOD_MAKEVAR_PREFIX =
1926 PERLMOD_MAKEVAR_PREFIX =
1578
1927
@@ -1580,104 +1929,128 PERLMOD_MAKEVAR_PREFIX =
1580 # Configuration options related to the preprocessor
1929 # Configuration options related to the preprocessor
1581 #---------------------------------------------------------------------------
1930 #---------------------------------------------------------------------------
1582
1931
1583 # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1932 # If the ENABLE_PREPROCESSING tag is set to YES doxygen will evaluate all
1584 # evaluate all C-preprocessor directives found in the sources and include
1933 # C-preprocessor directives found in the sources and include files.
1585 # files.
1934 # The default value is: YES.
1586
1935
1587 ENABLE_PREPROCESSING = YES
1936 ENABLE_PREPROCESSING = YES
1588
1937
1589 # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1938 # If the MACRO_EXPANSION tag is set to YES doxygen will expand all macro names
1590 # names in the source code. If set to NO (the default) only conditional
1939 # in the source code. If set to NO only conditional compilation will be
1591 # compilation will be performed. Macro expansion can be done in a controlled
1940 # performed. Macro expansion can be done in a controlled way by setting
1592 # way by setting EXPAND_ONLY_PREDEF to YES.
1941 # EXPAND_ONLY_PREDEF to YES.
1942 # The default value is: NO.
1943 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1593
1944
1594 MACRO_EXPANSION = NO
1945 MACRO_EXPANSION = NO
1595
1946
1596 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1947 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1597 # then the macro expansion is limited to the macros specified with the
1948 # the macro expansion is limited to the macros specified with the PREDEFINED and
1598 # PREDEFINED and EXPAND_AS_DEFINED tags.
1949 # EXPAND_AS_DEFINED tags.
1950 # The default value is: NO.
1951 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1599
1952
1600 EXPAND_ONLY_PREDEF = NO
1953 EXPAND_ONLY_PREDEF = NO
1601
1954
1602 # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1955 # If the SEARCH_INCLUDES tag is set to YES the includes files in the
1603 # pointed to by INCLUDE_PATH will be searched when a #include is found.
1956 # INCLUDE_PATH will be searched if a #include is found.
1957 # The default value is: YES.
1958 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1604
1959
1605 SEARCH_INCLUDES = YES
1960 SEARCH_INCLUDES = YES
1606
1961
1607 # The INCLUDE_PATH tag can be used to specify one or more directories that
1962 # The INCLUDE_PATH tag can be used to specify one or more directories that
1608 # contain include files that are not input files but should be processed by
1963 # contain include files that are not input files but should be processed by the
1609 # the preprocessor.
1964 # preprocessor.
1965 # This tag requires that the tag SEARCH_INCLUDES is set to YES.
1610
1966
1611 INCLUDE_PATH =
1967 INCLUDE_PATH =
1612
1968
1613 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
1969 # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
1614 # patterns (like *.h and *.hpp) to filter out the header-files in the
1970 # patterns (like *.h and *.hpp) to filter out the header-files in the
1615 # directories. If left blank, the patterns specified with FILE_PATTERNS will
1971 # directories. If left blank, the patterns specified with FILE_PATTERNS will be
1616 # be used.
1972 # used.
1973 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1617
1974
1618 INCLUDE_FILE_PATTERNS =
1975 INCLUDE_FILE_PATTERNS =
1619
1976
1620 # The PREDEFINED tag can be used to specify one or more macro names that
1977 # The PREDEFINED tag can be used to specify one or more macro names that are
1621 # are defined before the preprocessor is started (similar to the -D option of
1978 # defined before the preprocessor is started (similar to the -D option of e.g.
1622 # gcc). The argument of the tag is a list of macros of the form: name
1979 # gcc). The argument of the tag is a list of macros of the form: name or
1623 # or name=definition (no spaces). If the definition and the = are
1980 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
1624 # omitted =1 is assumed. To prevent a macro definition from being
1981 # is assumed. To prevent a macro definition from being undefined via #undef or
1625 # undefined via #undef or recursively expanded use the := operator
1982 # recursively expanded use the := operator instead of the = operator.
1626 # instead of the = operator.
1983 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1627
1984
1628 PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS
1985 PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS
1629
1986
1630 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1987 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1631 # this tag can be used to specify a list of macro names that should be expanded.
1988 # tag can be used to specify a list of macro names that should be expanded. The
1632 # The macro definition that is found in the sources will be used.
1989 # macro definition that is found in the sources will be used. Use the PREDEFINED
1633 # Use the PREDEFINED tag if you want to use a different macro definition that
1990 # tag if you want to use a different macro definition that overrules the
1634 # overrules the definition found in the source code.
1991 # definition found in the source code.
1992 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1635
1993
1636 EXPAND_AS_DEFINED =
1994 EXPAND_AS_DEFINED =
1637
1995
1638 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1996 # If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
1639 # doxygen's preprocessor will remove all references to function-like macros
1997 # remove all refrences to function-like macros that are alone on a line, have an
1640 # that are alone on a line, have an all uppercase name, and do not end with a
1998 # all uppercase name, and do not end with a semicolon. Such function macros are
1641 # semicolon, because these will confuse the parser if not removed.
1999 # typically used for boiler-plate code, and will confuse the parser if not
2000 # removed.
2001 # The default value is: YES.
2002 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1642
2003
1643 SKIP_FUNCTION_MACROS = YES
2004 SKIP_FUNCTION_MACROS = YES
1644
2005
1645 #---------------------------------------------------------------------------
2006 #---------------------------------------------------------------------------
1646 # Configuration::additions related to external references
2007 # Configuration options related to external references
1647 #---------------------------------------------------------------------------
2008 #---------------------------------------------------------------------------
1648
2009
1649 # The TAGFILES option can be used to specify one or more tagfiles. For each
2010 # The TAGFILES tag can be used to specify one or more tag files. For each tag
1650 # tag file the location of the external documentation should be added. The
2011 # file the location of the external documentation should be added. The format of
1651 # format of a tag file without this location is as follows:
2012 # a tag file without this location is as follows:
1652 # TAGFILES = file1 file2 ...
2013 # TAGFILES = file1 file2 ...
1653 # Adding location for the tag files is done as follows:
2014 # Adding location for the tag files is done as follows:
1654 # TAGFILES = file1=loc1 "file2 = loc2" ...
2015 # TAGFILES = file1=loc1 "file2 = loc2" ...
1655 # where "loc1" and "loc2" can be relative or absolute paths
2016 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
1656 # or URLs. Note that each tag file must have a unique name (where the name does
2017 # section "Linking to external documentation" for more information about the use
1657 # NOT include the path). If a tag file is not located in the directory in which
2018 # of tag files.
1658 # doxygen is run, you must also specify the path to the tagfile here.
2019 # Note: Each tag file must have an unique name (where the name does NOT include
2020 # the path). If a tag file is not located in the directory in which doxygen is
2021 # run, you must also specify the path to the tagfile here.
1659
2022
1660 TAGFILES =
2023 TAGFILES =
1661
2024
1662 # When a file name is specified after GENERATE_TAGFILE, doxygen will create
2025 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
1663 # a tag file that is based on the input files it reads.
2026 # tag file that is based on the input files it reads. See section "Linking to
2027 # external documentation" for more information about the usage of tag files.
1664
2028
1665 GENERATE_TAGFILE =
2029 GENERATE_TAGFILE =
1666
2030
1667 # If the ALLEXTERNALS tag is set to YES all external classes will be listed
2031 # If the ALLEXTERNALS tag is set to YES all external class will be listed in the
1668 # in the class index. If set to NO only the inherited external classes
2032 # class index. If set to NO only the inherited external classes will be listed.
1669 # will be listed.
2033 # The default value is: NO.
1670
2034
1671 ALLEXTERNALS = NO
2035 ALLEXTERNALS = NO
1672
2036
1673 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
2037 # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed in
1674 # in the modules index. If set to NO, only the current project's groups will
2038 # the modules index. If set to NO, only the current project's groups will be
1675 # be listed.
2039 # listed.
2040 # The default value is: YES.
1676
2041
1677 EXTERNAL_GROUPS = YES
2042 EXTERNAL_GROUPS = YES
1678
2043
1679 # The PERL_PATH should be the absolute path and name of the perl script
2044 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in
1680 # interpreter (i.e. the result of `which perl').
2045 # the related pages index. If set to NO, only the current project's pages will
2046 # be listed.
2047 # The default value is: YES.
2048
2049 EXTERNAL_PAGES = YES
2050
2051 # The PERL_PATH should be the absolute path and name of the perl script
2052 # interpreter (i.e. the result of 'which perl').
2053 # The default file (with absolute path) is: /usr/bin/perl.
1681
2054
1682 PERL_PATH = /usr/bin/perl
2055 PERL_PATH = /usr/bin/perl
1683
2056
@@ -1685,222 +2058,293 PERL_PATH = /usr/bin/perl
1685 # Configuration options related to the dot tool
2058 # Configuration options related to the dot tool
1686 #---------------------------------------------------------------------------
2059 #---------------------------------------------------------------------------
1687
2060
1688 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
2061 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram
1689 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
2062 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
1690 # or super classes. Setting the tag to NO turns the diagrams off. Note that
2063 # NO turns the diagrams off. Note that this option also works with HAVE_DOT
1691 # this option also works with HAVE_DOT disabled, but it is recommended to
2064 # disabled, but it is recommended to install and use dot, since it yields more
1692 # install and use dot, since it yields more powerful graphs.
2065 # powerful graphs.
1693
2066 # The default value is: YES.
1694 CLASS_DIAGRAMS = NO
2067
1695
2068 CLASS_DIAGRAMS = YES
1696 # You can define message sequence charts within doxygen comments using the \msc
2069
1697 # command. Doxygen will then run the mscgen tool (see
2070 # You can define message sequence charts within doxygen comments using the \msc
1698 # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
2071 # command. Doxygen will then run the mscgen tool (see:
1699 # documentation. The MSCGEN_PATH tag allows you to specify the directory where
2072 # http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
1700 # the mscgen tool resides. If left empty the tool is assumed to be found in the
2073 # documentation. The MSCGEN_PATH tag allows you to specify the directory where
2074 # the mscgen tool resides. If left empty the tool is assumed to be found in the
1701 # default search path.
2075 # default search path.
1702
2076
1703 MSCGEN_PATH =
2077 MSCGEN_PATH =
1704
2078
1705 # If set to YES, the inheritance and collaboration graphs will hide
2079 # You can include diagrams made with dia in doxygen documentation. Doxygen will
1706 # inheritance and usage relations if the target is undocumented
2080 # then run dia to produce the diagram and insert it in the documentation. The
1707 # or is not a class.
2081 # DIA_PATH tag allows you to specify the directory where the dia binary resides.
1708
2082 # If left empty dia is assumed to be found in the default search path.
1709 HIDE_UNDOC_RELATIONS = YES
2083
1710
2084 DIA_PATH =
1711 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2085
1712 # available from the path. This tool is part of Graphviz, a graph visualization
2086 # If set to YES, the inheritance and collaboration graphs will hide inheritance
1713 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
2087 # and usage relations if the target is undocumented or is not a class.
1714 # have no effect if this option is set to NO (the default)
2088 # The default value is: YES.
2089
2090 HIDE_UNDOC_RELATIONS = NO
2091
2092 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2093 # available from the path. This tool is part of Graphviz (see:
2094 # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
2095 # Bell Labs. The other options in this section have no effect if this option is
2096 # set to NO
2097 # The default value is: NO.
1715
2098
1716 HAVE_DOT = YES
2099 HAVE_DOT = YES
1717
2100
1718 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
2101 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
1719 # allowed to run in parallel. When set to 0 (the default) doxygen will
2102 # to run in parallel. When set to 0 doxygen will base this on the number of
1720 # base this on the number of processors available in the system. You can set it
2103 # processors available in the system. You can set it explicitly to a value
1721 # explicitly to a value larger than 0 to get control over the balance
2104 # larger than 0 to get control over the balance between CPU load and processing
1722 # between CPU load and processing speed.
2105 # speed.
2106 # Minimum value: 0, maximum value: 32, default value: 0.
2107 # This tag requires that the tag HAVE_DOT is set to YES.
1723
2108
1724 DOT_NUM_THREADS = 4
2109 DOT_NUM_THREADS = 4
1725
2110
1726 # By default doxygen will use the Helvetica font for all dot files that
2111 # When you want a differently looking font n the dot files that doxygen
1727 # doxygen generates. When you want a differently looking font you can specify
2112 # generates you can specify the font name using DOT_FONTNAME. You need to make
1728 # the font name using DOT_FONTNAME. You need to make sure dot is able to find
2113 # sure dot is able to find the font, which can be done by putting it in a
1729 # the font, which can be done by putting it in a standard location or by setting
2114 # standard location or by setting the DOTFONTPATH environment variable or by
1730 # the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
2115 # setting DOT_FONTPATH to the directory containing the font.
1731 # directory containing the font.
2116 # The default value is: Helvetica.
2117 # This tag requires that the tag HAVE_DOT is set to YES.
1732
2118
1733 DOT_FONTNAME = Helvetica
2119 DOT_FONTNAME = Helvetica
1734
2120
1735 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
2121 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
1736 # The default size is 10pt.
2122 # dot graphs.
2123 # Minimum value: 4, maximum value: 24, default value: 10.
2124 # This tag requires that the tag HAVE_DOT is set to YES.
1737
2125
1738 DOT_FONTSIZE = 10
2126 DOT_FONTSIZE = 10
1739
2127
1740 # By default doxygen will tell dot to use the Helvetica font.
2128 # By default doxygen will tell dot to use the default font as specified with
1741 # If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to
2129 # DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
1742 # set the path where dot can find it.
2130 # the path where dot can find it using this tag.
2131 # This tag requires that the tag HAVE_DOT is set to YES.
1743
2132
1744 DOT_FONTPATH =
2133 DOT_FONTPATH =
1745
2134
1746 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
2135 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
1747 # will generate a graph for each documented class showing the direct and
2136 # each documented class showing the direct and indirect inheritance relations.
1748 # indirect inheritance relations. Setting this tag to YES will force the
2137 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
1749 # CLASS_DIAGRAMS tag to NO.
2138 # The default value is: YES.
2139 # This tag requires that the tag HAVE_DOT is set to YES.
1750
2140
1751 CLASS_GRAPH = YES
2141 CLASS_GRAPH = YES
1752
2142
1753 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
2143 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
1754 # will generate a graph for each documented class showing the direct and
2144 # graph for each documented class showing the direct and indirect implementation
1755 # indirect implementation dependencies (inheritance, containment, and
2145 # dependencies (inheritance, containment, and class references variables) of the
1756 # class references variables) of the class with other documented classes.
2146 # class with other documented classes.
2147 # The default value is: YES.
2148 # This tag requires that the tag HAVE_DOT is set to YES.
1757
2149
1758 COLLABORATION_GRAPH = YES
2150 COLLABORATION_GRAPH = YES
1759
2151
1760 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
2152 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
1761 # will generate a graph for groups, showing the direct groups dependencies
2153 # groups, showing the direct groups dependencies.
2154 # The default value is: YES.
2155 # This tag requires that the tag HAVE_DOT is set to YES.
1762
2156
1763 GROUP_GRAPHS = YES
2157 GROUP_GRAPHS = YES
1764
2158
1765 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
2159 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1766 # collaboration diagrams in a style similar to the OMG's Unified Modeling
2160 # collaboration diagrams in a style similar to the OMG's Unified Modeling
1767 # Language.
2161 # Language.
1768
2162 # The default value is: NO.
1769 UML_LOOK = NO
2163 # This tag requires that the tag HAVE_DOT is set to YES.
1770
2164
1771 # If the UML_LOOK tag is enabled, the fields and methods are shown inside
2165 UML_LOOK = YES
1772 # the class node. If there are many fields or methods and many nodes the
2166
1773 # graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
2167 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
1774 # threshold limits the number of items for each type to make the size more
2168 # class node. If there are many fields or methods and many nodes the graph may
1775 # managable. Set this to 0 for no limit. Note that the threshold may be
2169 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
1776 # exceeded by 50% before the limit is enforced.
2170 # number of items for each type to make the size more manageable. Set this to 0
2171 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2172 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2173 # but if the number exceeds 15, the total amount of fields shown is limited to
2174 # 10.
2175 # Minimum value: 0, maximum value: 100, default value: 10.
2176 # This tag requires that the tag HAVE_DOT is set to YES.
1777
2177
1778 UML_LIMIT_NUM_FIELDS = 10
2178 UML_LIMIT_NUM_FIELDS = 10
1779
2179
1780 # If set to YES, the inheritance and collaboration graphs will show the
2180 # If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
1781 # relations between templates and their instances.
2181 # collaboration graphs will show the relations between templates and their
2182 # instances.
2183 # The default value is: NO.
2184 # This tag requires that the tag HAVE_DOT is set to YES.
1782
2185
1783 TEMPLATE_RELATIONS = NO
2186 TEMPLATE_RELATIONS = NO
1784
2187
1785 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
2188 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
1786 # tags are set to YES then doxygen will generate a graph for each documented
2189 # YES then doxygen will generate a graph for each documented file showing the
1787 # file showing the direct and indirect include dependencies of the file with
2190 # direct and indirect include dependencies of the file with other documented
1788 # other documented files.
2191 # files.
1789
2192 # The default value is: YES.
1790 INCLUDE_GRAPH = YES
2193 # This tag requires that the tag HAVE_DOT is set to YES.
1791
2194
1792 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
2195 INCLUDE_GRAPH = NO
1793 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
2196
1794 # documented header file showing the documented files that directly or
2197 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
1795 # indirectly include this file.
2198 # set to YES then doxygen will generate a graph for each documented file showing
1796
2199 # the direct and indirect include dependencies of the file with other documented
1797 INCLUDED_BY_GRAPH = YES
2200 # files.
1798
2201 # The default value is: YES.
1799 # If the CALL_GRAPH and HAVE_DOT options are set to YES then
2202 # This tag requires that the tag HAVE_DOT is set to YES.
1800 # doxygen will generate a call dependency graph for every global function
2203
1801 # or class method. Note that enabling this option will significantly increase
2204 INCLUDED_BY_GRAPH = NO
1802 # the time of a run. So in most cases it will be better to enable call graphs
2205
1803 # for selected functions only using the \callgraph command.
2206 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
1804
2207 # dependency graph for every global function or class method.
1805 CALL_GRAPH = YES
2208 #
1806
2209 # Note that enabling this option will significantly increase the time of a run.
1807 # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
2210 # So in most cases it will be better to enable call graphs for selected
1808 # doxygen will generate a caller dependency graph for every global function
2211 # functions only using the \callgraph command.
1809 # or class method. Note that enabling this option will significantly increase
2212 # The default value is: NO.
1810 # the time of a run. So in most cases it will be better to enable caller
2213 # This tag requires that the tag HAVE_DOT is set to YES.
1811 # graphs for selected functions only using the \callergraph command.
2214
1812
2215 CALL_GRAPH = NO
1813 CALLER_GRAPH = YES
2216
1814
2217 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
1815 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
2218 # dependency graph for every global function or class method.
1816 # will generate a graphical hierarchy of all classes instead of a textual one.
2219 #
2220 # Note that enabling this option will significantly increase the time of a run.
2221 # So in most cases it will be better to enable caller graphs for selected
2222 # functions only using the \callergraph command.
2223 # The default value is: NO.
2224 # This tag requires that the tag HAVE_DOT is set to YES.
2225
2226 CALLER_GRAPH = NO
2227
2228 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2229 # hierarchy of all classes instead of a textual one.
2230 # The default value is: YES.
2231 # This tag requires that the tag HAVE_DOT is set to YES.
1817
2232
1818 GRAPHICAL_HIERARCHY = YES
2233 GRAPHICAL_HIERARCHY = YES
1819
2234
1820 # If the DIRECTORY_GRAPH and HAVE_DOT tags are set to YES
2235 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
1821 # then doxygen will show the dependencies a directory has on other directories
2236 # dependencies a directory has on other directories in a graphical way. The
1822 # in a graphical way. The dependency relations are determined by the #include
2237 # dependency relations are determined by the #include relations between the
1823 # relations between the files in the directories.
2238 # files in the directories.
2239 # The default value is: YES.
2240 # This tag requires that the tag HAVE_DOT is set to YES.
1824
2241
1825 DIRECTORY_GRAPH = YES
2242 DIRECTORY_GRAPH = YES
1826
2243
1827 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2244 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1828 # generated by dot. Possible values are svg, png, jpg, or gif.
2245 # generated by dot.
1829 # If left blank png will be used. If you choose svg you need to set
2246 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
1830 # HTML_FILE_EXTENSION to xhtml in order to make the SVG files
2247 # to make the SVG files visible in IE 9+ (other browsers do not have this
1831 # visible in IE 9+ (other browsers do not have this requirement).
2248 # requirement).
2249 # Possible values are: png, jpg, gif and svg.
2250 # The default value is: png.
2251 # This tag requires that the tag HAVE_DOT is set to YES.
1832
2252
1833 DOT_IMAGE_FORMAT = png
2253 DOT_IMAGE_FORMAT = png
1834
2254
1835 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
2255 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
1836 # enable generation of interactive SVG images that allow zooming and panning.
2256 # enable generation of interactive SVG images that allow zooming and panning.
1837 # Note that this requires a modern browser other than Internet Explorer.
2257 #
1838 # Tested and working are Firefox, Chrome, Safari, and Opera. For IE 9+ you
2258 # Note that this requires a modern browser other than Internet Explorer. Tested
1839 # need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files
2259 # and working are Firefox, Chrome, Safari, and Opera.
1840 # visible. Older versions of IE do not have SVG support.
2260 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
1841
2261 # the SVG files visible. Older versions of IE do not have SVG support.
1842 INTERACTIVE_SVG = YES
2262 # The default value is: NO.
1843
2263 # This tag requires that the tag HAVE_DOT is set to YES.
1844 # The tag DOT_PATH can be used to specify the path where the dot tool can be
2264
2265 INTERACTIVE_SVG = NO
2266
2267 # The DOT_PATH tag can be used to specify the path where the dot tool can be
1845 # found. If left blank, it is assumed the dot tool can be found in the path.
2268 # found. If left blank, it is assumed the dot tool can be found in the path.
2269 # This tag requires that the tag HAVE_DOT is set to YES.
1846
2270
1847 DOT_PATH =
2271 DOT_PATH =
1848
2272
1849 # The DOTFILE_DIRS tag can be used to specify one or more directories that
2273 # The DOTFILE_DIRS tag can be used to specify one or more directories that
1850 # contain dot files that are included in the documentation (see the
2274 # contain dot files that are included in the documentation (see the \dotfile
1851 # \dotfile command).
2275 # command).
2276 # This tag requires that the tag HAVE_DOT is set to YES.
1852
2277
1853 DOTFILE_DIRS =
2278 DOTFILE_DIRS =
1854
2279
1855 # The MSCFILE_DIRS tag can be used to specify one or more directories that
2280 # The MSCFILE_DIRS tag can be used to specify one or more directories that
1856 # contain msc files that are included in the documentation (see the
2281 # contain msc files that are included in the documentation (see the \mscfile
1857 # \mscfile command).
2282 # command).
1858
2283
1859 MSCFILE_DIRS =
2284 MSCFILE_DIRS =
1860
2285
1861 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
2286 # The DIAFILE_DIRS tag can be used to specify one or more directories that
1862 # nodes that will be shown in the graph. If the number of nodes in a graph
2287 # contain dia files that are included in the documentation (see the \diafile
1863 # becomes larger than this value, doxygen will truncate the graph, which is
2288 # command).
1864 # visualized by representing a node as a red box. Note that doxygen if the
2289
1865 # number of direct children of the root node in a graph is already larger than
2290 DIAFILE_DIRS =
1866 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
2291
1867 # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
2292 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
2293 # that will be shown in the graph. If the number of nodes in a graph becomes
2294 # larger than this value, doxygen will truncate the graph, which is visualized
2295 # by representing a node as a red box. Note that doxygen if the number of direct
2296 # children of the root node in a graph is already larger than
2297 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
2298 # the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
2299 # Minimum value: 0, maximum value: 10000, default value: 50.
2300 # This tag requires that the tag HAVE_DOT is set to YES.
1868
2301
1869 DOT_GRAPH_MAX_NODES = 50
2302 DOT_GRAPH_MAX_NODES = 50
1870
2303
1871 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
2304 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
1872 # graphs generated by dot. A depth value of 3 means that only nodes reachable
2305 # generated by dot. A depth value of 3 means that only nodes reachable from the
1873 # from the root by following a path via at most 3 edges will be shown. Nodes
2306 # root by following a path via at most 3 edges will be shown. Nodes that lay
1874 # that lay further from the root node will be omitted. Note that setting this
2307 # further from the root node will be omitted. Note that setting this option to 1
1875 # option to 1 or 2 may greatly reduce the computation time needed for large
2308 # or 2 may greatly reduce the computation time needed for large code bases. Also
1876 # code bases. Also note that the size of a graph can be further restricted by
2309 # note that the size of a graph can be further restricted by
1877 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
2310 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
2311 # Minimum value: 0, maximum value: 1000, default value: 0.
2312 # This tag requires that the tag HAVE_DOT is set to YES.
1878
2313
1879 MAX_DOT_GRAPH_DEPTH = 0
2314 MAX_DOT_GRAPH_DEPTH = 0
1880
2315
1881 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
2316 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1882 # background. This is disabled by default, because dot on Windows does not
2317 # background. This is disabled by default, because dot on Windows does not seem
1883 # seem to support this out of the box. Warning: Depending on the platform used,
2318 # to support this out of the box.
1884 # enabling this option may lead to badly anti-aliased labels on the edges of
2319 #
1885 # a graph (i.e. they become hard to read).
2320 # Warning: Depending on the platform used, enabling this option may lead to
2321 # badly anti-aliased labels on the edges of a graph (i.e. they become hard to
2322 # read).
2323 # The default value is: NO.
2324 # This tag requires that the tag HAVE_DOT is set to YES.
1886
2325
1887 DOT_TRANSPARENT = NO
2326 DOT_TRANSPARENT = NO
1888
2327
1889 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
2328 # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1890 # files in one run (i.e. multiple -o and -T options on the command line). This
2329 # files in one run (i.e. multiple -o and -T options on the command line). This
1891 # makes dot run faster, but since only newer versions of dot (>1.8.10)
2330 # makes dot run faster, but since only newer versions of dot (>1.8.10) support
1892 # support this, this feature is disabled by default.
2331 # this, this feature is disabled by default.
1893
2332 # The default value is: NO.
1894 DOT_MULTI_TARGETS = NO
2333 # This tag requires that the tag HAVE_DOT is set to YES.
1895
2334
1896 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
2335 DOT_MULTI_TARGETS = YES
1897 # generate a legend page explaining the meaning of the various boxes and
2336
1898 # arrows in the dot generated graphs.
2337 # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
2338 # explaining the meaning of the various boxes and arrows in the dot generated
2339 # graphs.
2340 # The default value is: YES.
2341 # This tag requires that the tag HAVE_DOT is set to YES.
1899
2342
1900 GENERATE_LEGEND = YES
2343 GENERATE_LEGEND = YES
1901
2344
1902 # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
2345 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
1903 # remove the intermediate dot files that are used to generate
2346 # files that are used to generate the various graphs.
1904 # the various graphs.
2347 # The default value is: YES.
2348 # This tag requires that the tag HAVE_DOT is set to YES.
1905
2349
1906 DOT_CLEANUP = YES
2350 DOT_CLEANUP = YES
@@ -48,8 +48,8 LCD_t lcd0={
48 .paintFilRect = &ili9328paintFilRect,
48 .paintFilRect = &ili9328paintFilRect,
49 .getPix = &ili9328getPix,
49 .getPix = &ili9328getPix,
50 .refreshenable = &ili9328refreshenable,
50 .refreshenable = &ili9328refreshenable,
51 .width= 240,
51 .width= 600,
52 .height = 320
52 .height = 800
53 };
53 };
54
54
55 terminal_t terminal0;
55 terminal_t terminal0;
@@ -248,13 +248,13 void bsp_lcd0_readGRAM(void* buffer,uint
248
248
249 void bsp_GTerm_init()
249 void bsp_GTerm_init()
250 {
250 {
251 SDLCD_mkscreen(240,320,16,LCDILI9328);
251 SDLCD_mkscreen(lcd0.width,lcd0.height,16,LCDILI9328);
252
252
253 if(__opnfiles__[1]==NULL)
253 if(__opnfiles__[1]==NULL)
254 {
254 {
255 streamdevice* fd1 = (streamdevice*)malloc(sizeof(streamdevice));
255 streamdevice* fd1 = (streamdevice*)malloc(sizeof(streamdevice));
256 terminal_init(&terminal0 ,&lcd0,&ComicSansMS_18,fd1);
256 terminal_init(&terminal0 ,&lcd0,&ComicSansMS_18,fd1);
257 lcd0.paintFilRect(&lcd0,0,0,240,320,0,0,0x0f0f);
257 lcd0.paintFilRect(&lcd0,0,0,lcd0.width,lcd0.height,0,0,0x0f0f);
258 __opnfiles__[1] = fd1;
258 __opnfiles__[1] = fd1;
259 }
259 }
260 else
260 else
@@ -26,9 +26,9 void test_address(LCD_t* LCD)
26 {
26 {
27 LCD->paintFilRect(LCD,0,0,LCD->width,LCD->height,0,0,0xFFFF);
27 LCD->paintFilRect(LCD,0,0,LCD->width,LCD->height,0,0,0xFFFF);
28 uint16_t color[1];
28 uint16_t color[1];
29 for(int y=0;y<320;y++)
29 for(int y=0;y<LCD->height;y++)
30 {
30 {
31 for(int x=0;x<240;x++)
31 for(int x=0;x<LCD->width;x++)
32 {
32 {
33 color[0]=((x/10*y*x)/((y+x+1)))+coef;
33 color[0]=((x/10*y*x)/((y+x+1)))+coef;
34 coef = color[0];
34 coef = color[0];
@@ -22,11 +22,16
22 #ifndef SDCARD_SDIO_H
22 #ifndef SDCARD_SDIO_H
23 #define SDCARD_SDIO_H
23 #define SDCARD_SDIO_H
24 #include <sdcard.h>
24 #include <sdcard.h>
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
25
28
26 extern void sdcardsdiomake(sdcardDev* sdcard,UHANDLE phy,void (*rcvr_mmc) (UHANDLE,char *,uint32_t ),void (*xmit_mmc) (UHANDLE,const char *,uint32_t ),void (*setspeed) (UHANDLE phy,uint32_t speed),uint32_t (*getspeed) (UHANDLE phy));
29 extern void sdcardsdiomake(sdcardDev* sdcard,UHANDLE phy,void (*rcvr_mmc) (UHANDLE,char *,uint32_t ),void (*xmit_mmc) (UHANDLE,const char *,uint32_t ),void (*setspeed) (UHANDLE phy,uint32_t speed),uint32_t (*getspeed) (UHANDLE phy));
27 extern void sdcardsdiomakeblkdev(blkdevice* dev,sdcardDev* sdcard, blkdevselect_t select,blkdevpower_t power,blkdevdetect_t detect,blkdevwriteprotected_t writeprotected);
30 extern void sdcardsdiomakeblkdev(blkdevice* dev,sdcardDev* sdcard, blkdevselect_t select,blkdevpower_t power,blkdevdetect_t detect,blkdevwriteprotected_t writeprotected);
28
31
29
32 #ifdef __cplusplus
33 }
34 #endif
30 #endif //SDCARD_SDIO_H
35 #endif //SDCARD_SDIO_H
31
36
32
37
@@ -19,6 +19,7
19 /** @author Alexis Jeandet alexis.jeandet@member.fsf.org
19 /** @author Alexis Jeandet alexis.jeandet@member.fsf.org
20 -------------------------------------------------------------------------------*/
20 -------------------------------------------------------------------------------*/
21
21
22
22 /*! \file gpio.h
23 /*! \file gpio.h
23 \brief GPIO api.
24 \brief GPIO api.
24
25
@@ -42,6 +43,9 A simple example to drive PA0 and read P
42 gpiosetval(PA0,gpiogetval(PA1));
43 gpiosetval(PA0,gpiogetval(PA1));
43 \endcode
44 \endcode
44
45
46 \defgroup GPIO
47
48 \ingroup GPIO
45 */
49 */
46 #ifndef GPIO_H
50 #ifndef GPIO_H
47 #define GPIO_H
51 #define GPIO_H
@@ -55,6 +59,8 A simple example to drive PA0 and read P
55 *
59 *
56 *gpio_t is the handle type you will use for all
60 *gpio_t is the handle type you will use for all
57 *gpio related functions.
61 *gpio related functions.
62 *
63 * \ingroup GPIO
58 */
64 */
59 typedef uint32_t gpio_t;
65 typedef uint32_t gpio_t;
60
66
@@ -68,6 +74,8 typedef uint32_t gpio_t;
68 * know the meaning of each speed.
74 * know the meaning of each speed.
69 * Don't try to use numerical values directly!
75 * Don't try to use numerical values directly!
70 * @sa gpiosetspeed(gpio_t* gpio,gpiospeed_t speed),gpiosetconfig(gpio_t* gpio)
76 * @sa gpiosetspeed(gpio_t* gpio,gpiospeed_t speed),gpiosetconfig(gpio_t* gpio)
77 *
78 * \ingroup GPIO
71 */
79 */
72 typedef enum gpiospeed_t
80 typedef enum gpiospeed_t
73 {
81 {
@@ -86,6 +94,8 typedef enum gpiospeed_t
86 * gpiosetdir(gpio_t* gpio,gpiodir_t dir) function or gpiosetconfig(gpio_t* gpio).
94 * gpiosetdir(gpio_t* gpio,gpiodir_t dir) function or gpiosetconfig(gpio_t* gpio).
87 * Don't try to use numerical values directly!
95 * Don't try to use numerical values directly!
88 * @sa gpiosetdir(gpio_t* gpio,gpiodir_t dir),gpiosetconfig(gpio_t* gpio)
96 * @sa gpiosetdir(gpio_t* gpio,gpiodir_t dir),gpiosetconfig(gpio_t* gpio)
97 *
98 * \ingroup GPIO
89 */
99 */
90 typedef enum gpiodir_t
100 typedef enum gpiodir_t
91 {
101 {
@@ -104,6 +114,8 typedef enum gpiodir_t
104 * gpiosetouttype(gpio_t* gpio, gpioouttype_t outtype) function or gpiosetconfig(gpio_t* gpio).
114 * gpiosetouttype(gpio_t* gpio, gpioouttype_t outtype) function or gpiosetconfig(gpio_t* gpio).
105 * Don't try to use numerical values directly!
115 * Don't try to use numerical values directly!
106 * @sa gpiosetouttype(gpio_t* gpio, gpioouttype_t outtype),gpiosetconfig(gpio_t* gpio)
116 * @sa gpiosetouttype(gpio_t* gpio, gpioouttype_t outtype),gpiosetconfig(gpio_t* gpio)
117 *
118 * \ingroup GPIO
107 */
119 */
108 typedef enum gpioouttype_t
120 typedef enum gpioouttype_t
109 {
121 {
@@ -120,6 +132,8 typedef enum gpioouttype_t
120 * gpiosetpulltype(gpio_t* gpio,gpiopulltype_t pulltype) function or gpiosetconfig(gpio_t* gpio).
132 * gpiosetpulltype(gpio_t* gpio,gpiopulltype_t pulltype) function or gpiosetconfig(gpio_t* gpio).
121 * Don't try to use numerical values directly!
133 * Don't try to use numerical values directly!
122 * @sa gpiosetpulltype(gpio_t* gpio,gpiopulltype_t pulltype),gpiosetconfig(gpio_t* gpio)
134 * @sa gpiosetpulltype(gpio_t* gpio,gpiopulltype_t pulltype),gpiosetconfig(gpio_t* gpio)
135 *
136 * \ingroup GPIO
123 */
137 */
124 typedef enum gpiopulltype_t
138 typedef enum gpiopulltype_t
125 {
139 {
@@ -140,23 +154,32 typedef enum gpiopulltype_t
140 * @param gpio
154 * @param gpio
141 * @return
155 * @return
142 * @sa gpioclose(gpio_t gpio)
156 * @sa gpioclose(gpio_t gpio)
157 * @ingroup GPIO
158 *
159 * \ingroup GPIO
143 */
160 */
144 extern gpio_t gpioopen(uint32_t gpio);
161 extern gpio_t gpioopen(uint32_t gpio);
145 /**
162 /**
146 * @brief gpioclose
163 * @brief gpioclose
147 * @param gpio
164 * @param gpio
148 * @sa gpioopen(uint32_t gpio)
165 * @sa gpioopen(uint32_t gpio)
166 *
167 * \ingroup GPIO
149 */
168 */
150 extern void gpioclose(gpio_t gpio);
169 extern void gpioclose(gpio_t gpio);
151 /**
170 /**
152 * @brief gpiosetconfig
171 * @brief gpiosetconfig
153 * @param gpio
172 * @param gpio
173 *
174 * \ingroup GPIO
154 */
175 */
155 extern void gpiosetconfig(gpio_t* gpio);
176 extern void gpiosetconfig(gpio_t* gpio);
156 /**
177 /**
157 * @brief gpiosetdir
178 * @brief gpiosetdir
158 * @param gpio
179 * @param gpio
159 * @param dir
180 * @param dir
181 *
182 * \ingroup GPIO
160 */
183 */
161 extern void gpiosetdir(gpio_t* gpio,gpiodir_t dir);
184 extern void gpiosetdir(gpio_t* gpio,gpiodir_t dir);
162 /**
185 /**
@@ -164,6 +187,8 extern void gpiosetdir(gpio_t* gpio,gpio
164 * @param gpio
187 * @param gpio
165 * @param outtype
188 * @param outtype
166 * @sa gpiosetconfig(gpio_t* gpio)
189 * @sa gpiosetconfig(gpio_t* gpio)
190 *
191 * \ingroup GPIO
167 */
192 */
168 extern void gpiosetouttype(gpio_t* gpio, gpioouttype_t outtype);
193 extern void gpiosetouttype(gpio_t* gpio, gpioouttype_t outtype);
169 /**
194 /**
@@ -171,6 +196,8 extern void gpiosetouttype(gpio_t* gpio,
171 * @param gpio
196 * @param gpio
172 * @param pulltype
197 * @param pulltype
173 * @sa gpiosetconfig(gpio_t* gpio)
198 * @sa gpiosetconfig(gpio_t* gpio)
199 *
200 * \ingroup GPIO
174 */
201 */
175 extern void gpiosetpulltype(gpio_t* gpio,gpiopulltype_t pulltype);
202 extern void gpiosetpulltype(gpio_t* gpio,gpiopulltype_t pulltype);
176 /**
203 /**
@@ -178,29 +205,39 extern void gpiosetpulltype(gpio_t* gpio
178 * @param gpio
205 * @param gpio
179 * @param speed
206 * @param speed
180 * @sa gpiosetconfig(gpio_t* gpio)
207 * @sa gpiosetconfig(gpio_t* gpio)
208 *
209 * \ingroup GPIO
181 */
210 */
182 extern void gpiosetspeed(gpio_t* gpio,gpiospeed_t speed);
211 extern void gpiosetspeed(gpio_t* gpio,gpiospeed_t speed);
183 /**
212 /**
184 * @brief gpioset
213 * @brief gpioset
185 * @param gpio
214 * @param gpio
186 * @sa gpiosetconfig(gpio_t* gpio)
215 * @sa gpiosetconfig(gpio_t* gpio)
216 *
217 * \ingroup GPIO
187 */
218 */
188 extern void gpioset(gpio_t gpio);
219 extern void gpioset(gpio_t gpio);
189 /**
220 /**
190 * @brief gpioclr
221 * @brief gpioclr
191 * @param gpio
222 * @param gpio
223 *
224 * \ingroup GPIO
192 */
225 */
193 extern void gpioclr(gpio_t gpio);
226 extern void gpioclr(gpio_t gpio);
194 /**
227 /**
195 * @brief gpiosetval
228 * @brief gpiosetval
196 * @param gpio
229 * @param gpio
197 * @param val
230 * @param val
231 *
232 * \ingroup GPIO
198 */
233 */
199 extern void gpiosetval(gpio_t gpio,int val);
234 extern void gpiosetval(gpio_t gpio,int val);
200 /**
235 /**
201 * @brief gpiogetval
236 * @brief gpiogetval
202 * @param gpio
237 * @param gpio
203 * @return
238 * @return
239 *
240 * \ingroup GPIO
204 */
241 */
205 extern int gpiogetval(gpio_t gpio);
242 extern int gpiogetval(gpio_t gpio);
206
243
@@ -311,6 +311,24 int fat32prevsectorlba(FAT32fs* fs,uint3
311
311
312
312
313
313
314 int fat32getFirstFreeCluster(FAT32fs* fs,uint32_t lastClusterNum,uint32_t *nextClusterNum)
315 {
316 uint32_t i=0,fatsec=0;
317 do{
318 fatsec=fat32clusterinfatsect(fs,lastClusterNum);
319 fat32sectorreadout(fs,fatsec);
320 i=fat32clusterinfatoff(lastClusterNum);
321 for (;i<512;i+=4) {
322 if(0==fat32Ui8_2_Ui32(fat32buff,i))
323 {
324 *nextClusterNum = lastClusterNum+1;
325 return DIRENT_noErr;
326 }
327 lastClusterNum++;
328 }
329 }while(fatsec<=(fs->fat_begin_lba+fs->BPB_FATSz32));
330 return DIRENT_ReadErr;
331 }
314
332
315
333
316
334
@@ -331,4 +349,3 int fat32prevsectorlba(FAT32fs* fs,uint3
331
349
332
350
333
351
334
@@ -166,7 +166,7 void ili9328refreshenable(struct LCD_t*
166
166
167 void ili9328setFrame(LCD_t* LCD,uint16_t X,uint16_t Y,uint16_t W,uint16_t H)
167 void ili9328setFrame(LCD_t* LCD,uint16_t X,uint16_t Y,uint16_t W,uint16_t H)
168 {
168 {
169 if((X>239) || (Y>319) || ((X+W)>240) || ((Y+H)>320))
169 if((X>(LCD->width-1)) || (Y>(LCD->height-1)) || ((X+W)>LCD->width) || ((Y+H)>LCD->height))
170 {
170 {
171 while (1);
171 while (1);
172 }
172 }
@@ -88,7 +88,7 DRESULT sdcarddisk_ioctl (blkdevice* _th
88
88
89 void sdcardspimakeblkdev(blkdevice* dev,sdcardDev* sdcard, blkdevselect_t select,blkdevpower_t power,blkdevdetect_t detect,blkdevwriteprotected_t writeprotected)
89 void sdcardspimakeblkdev(blkdevice* dev,sdcardDev* sdcard, blkdevselect_t select,blkdevpower_t power,blkdevdetect_t detect,blkdevwriteprotected_t writeprotected)
90 {
90 {
91 sdcardimg=fopen("/dev/sdc","rb");
91 sdcardimg=fopen("./sdcard","rb");
92 // sdcardimg=fopen("usbkey.bin","rb");
92 // sdcardimg=fopen("usbkey.bin","rb");
93 if(sdcardimg!=NULL)printf("ok sdcard openned\n");
93 if(sdcardimg!=NULL)printf("ok sdcard openned\n");
94 else printf("Nok sdcard not openned\n");
94 else printf("Nok sdcard not openned\n");
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now