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