Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: third_party/grpc/tools/doxygen/Doxyfile.core

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1
2
1 # Doxyfile 1.8.9.1 3 # Doxyfile 1.8.9.1
2 4
3 # This file describes the settings to be used by the documentation system 5 # This file describes the settings to be used by the documentation system
4 # doxygen (www.doxygen.org) for a project. 6 # doxygen (www.doxygen.org) for a project.
5 # 7 #
6 # All text after a double hash (##) is considered a comment and is placed in 8 # All text after a double hash (##) is considered a comment and is placed in
7 # front of the TAG it is preceding. 9 # front of the TAG it is preceding.
8 # 10 #
9 # All text after a single hash (#) is considered a comment and will be ignored. 11 # All text after a single hash (#) is considered a comment and will be ignored.
10 # The format is: 12 # The format is:
(...skipping 14 matching lines...) Expand all
25 # The default value is: UTF-8. 27 # The default value is: UTF-8.
26 28
27 DOXYFILE_ENCODING = UTF-8 29 DOXYFILE_ENCODING = UTF-8
28 30
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 31 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
30 # double-quotes, unless you are using Doxywizard) that should identify the 32 # double-quotes, unless you are using Doxywizard) that should identify the
31 # project for which the documentation is generated. This name is used in the 33 # project for which the documentation is generated. This name is used in the
32 # title of most generated pages and in a few other places. 34 # title of most generated pages and in a few other places.
33 # The default value is: My Project. 35 # The default value is: My Project.
34 36
35 PROJECT_NAME = "Crashpad" 37 PROJECT_NAME = "GRPC Core"
36 38
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 39 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
38 # could be handy for archiving the generated documentation or if some version 40 # could be handy for archiving the generated documentation or if some version
39 # control system is used. 41 # control system is used.
40 42
41 PROJECT_NUMBER = 43 PROJECT_NUMBER = 0.13.1
42 44
43 # Using the PROJECT_BRIEF tag one can provide an optional one line description 45 # Using the PROJECT_BRIEF tag one can provide an optional one line description
44 # for a project that appears at the top of each page and should give viewer a 46 # for a project that appears at the top of each page and should give viewer a
45 # quick idea about the purpose of the project. Keep the description short. 47 # quick idea about the purpose of the project. Keep the description short.
46 48
47 PROJECT_BRIEF = 49 PROJECT_BRIEF =
48 50
49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included 51 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50 # in the documentation. The maximum height of the logo should not exceed 55 52 # in the documentation. The maximum height of the logo should not exceed 55
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy 53 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
52 # the logo to the output directory. 54 # the logo to the output directory.
53 55
54 PROJECT_LOGO = 56 PROJECT_LOGO =
55 57
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 58 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57 # into which the generated documentation will be written. If a relative path is 59 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If 60 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used. 61 # left blank the current directory will be used.
60 62
61 OUTPUT_DIRECTORY = out/doc/doxygen 63 OUTPUT_DIRECTORY = doc/ref/core
62 64
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64 # directories (in 2 levels) under the output directory of each output format and 66 # directories (in 2 levels) under the output directory of each output format and
65 # will distribute the generated files over these directories. Enabling this 67 # will distribute the generated files over these directories. Enabling this
66 # option can be useful when feeding doxygen a huge amount of source files, where 68 # option can be useful when feeding doxygen a huge amount of source files, where
67 # putting all generated files in the same directory would otherwise causes 69 # putting all generated files in the same directory would otherwise causes
68 # performance problems for the file system. 70 # performance problems for the file system.
69 # The default value is: NO. 71 # The default value is: NO.
70 72
71 CREATE_SUBDIRS = NO 73 CREATE_SUBDIRS = NO
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 156
155 STRIP_FROM_PATH = 157 STRIP_FROM_PATH =
156 158
157 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the 159 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
158 # path mentioned in the documentation of a class, which tells the reader which 160 # path mentioned in the documentation of a class, which tells the reader which
159 # header file to include in order to use a class. If left blank only the name of 161 # header file to include in order to use a class. If left blank only the name of
160 # the header file containing the class definition is used. Otherwise one should 162 # the header file containing the class definition is used. Otherwise one should
161 # specify the list of include paths that are normally passed to the compiler 163 # specify the list of include paths that are normally passed to the compiler
162 # using the -I flag. 164 # using the -I flag.
163 165
164 STRIP_FROM_INC_PATH = . \ 166 STRIP_FROM_INC_PATH =
165 compat/mac \
166 compat/non_win
167 167
168 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but 168 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
169 # less readable) file names. This can be useful is your file systems doesn't 169 # less readable) file names. This can be useful is your file systems doesn't
170 # support long names like on DOS, Mac, or CD-ROM. 170 # support long names like on DOS, Mac, or CD-ROM.
171 # The default value is: NO. 171 # The default value is: NO.
172 172
173 SHORT_NAMES = NO 173 SHORT_NAMES = NO
174 174
175 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the 175 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
176 # first line (until the first dot) of a Javadoc-style comment as the brief 176 # first line (until the first dot) of a Javadoc-style comment as the brief
177 # description. If set to NO, the Javadoc-style will behave just like regular Qt- 177 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
178 # style comments (thus requiring an explicit @brief command for a brief 178 # style comments (thus requiring an explicit @brief command for a brief
179 # description.) 179 # description.)
180 # The default value is: NO. 180 # The default value is: NO.
181 181
182 JAVADOC_AUTOBRIEF = NO 182 JAVADOC_AUTOBRIEF = YES
183 183
184 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first 184 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
185 # line (until the first dot) of a Qt-style comment as the brief description. If 185 # line (until the first dot) of a Qt-style comment as the brief description. If
186 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus 186 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
187 # requiring an explicit \brief command for a brief description.) 187 # requiring an explicit \brief command for a brief description.)
188 # The default value is: NO. 188 # The default value is: NO.
189 189
190 QT_AUTOBRIEF = NO 190 QT_AUTOBRIEF = NO
191 191
192 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a 192 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
(...skipping 18 matching lines...) Expand all
211 # page for each member. If set to NO, the documentation of a member will be part 211 # page for each member. If set to NO, the documentation of a member will be part
212 # of the file/class/namespace that contains it. 212 # of the file/class/namespace that contains it.
213 # The default value is: NO. 213 # The default value is: NO.
214 214
215 SEPARATE_MEMBER_PAGES = NO 215 SEPARATE_MEMBER_PAGES = NO
216 216
217 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 217 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
218 # uses this value to replace tabs by spaces in code fragments. 218 # uses this value to replace tabs by spaces in code fragments.
219 # Minimum value: 1, maximum value: 16, default value: 4. 219 # Minimum value: 1, maximum value: 16, default value: 4.
220 220
221 TAB_SIZE = 4 221 TAB_SIZE = 2
222 222
223 # This tag can be used to specify a number of aliases that act as commands in 223 # This tag can be used to specify a number of aliases that act as commands in
224 # the documentation. An alias has the form: 224 # the documentation. An alias has the form:
225 # name=value 225 # name=value
226 # For example adding 226 # For example adding
227 # "sideeffect=@par Side Effects:\n" 227 # "sideeffect=@par Side Effects:\n"
228 # will allow you to put the command \sideeffect (or @sideeffect) in the 228 # will allow you to put the command \sideeffect (or @sideeffect) in the
229 # documentation, which will result in a user-defined paragraph with heading 229 # documentation, which will result in a user-defined paragraph with heading
230 # "Side Effects:". You can put \n's in the value part of an alias to insert 230 # "Side Effects:". You can put \n's in the value part of an alias to insert
231 # newlines. 231 # newlines.
232 232
233 ALIASES = 233 ALIASES =
234 234
235 # This tag can be used to specify a number of word-keyword mappings (TCL only). 235 # This tag can be used to specify a number of word-keyword mappings (TCL only).
236 # A mapping has the form "name=value". For example adding "class=itcl::class" 236 # A mapping has the form "name=value". For example adding "class=itcl::class"
237 # will allow you to use the command class in the itcl::class meaning. 237 # will allow you to use the command class in the itcl::class meaning.
238 238
239 TCL_SUBST = 239 TCL_SUBST =
240 240
241 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 241 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
242 # only. Doxygen will then generate output that is more tailored for C. For 242 # only. Doxygen will then generate output that is more tailored for C. For
243 # instance, some of the names that are used will be different. The list of all 243 # instance, some of the names that are used will be different. The list of all
244 # members will be omitted, etc. 244 # members will be omitted, etc.
245 # The default value is: NO. 245 # The default value is: NO.
246 246
247 OPTIMIZE_OUTPUT_FOR_C = NO 247 OPTIMIZE_OUTPUT_FOR_C = YES
248 248
249 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or 249 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
250 # Python sources only. Doxygen will then generate output that is more tailored 250 # Python sources only. Doxygen will then generate output that is more tailored
251 # for that language. For instance, namespaces will be presented as packages, 251 # for that language. For instance, namespaces will be presented as packages,
252 # qualified scopes will look different, etc. 252 # qualified scopes will look different, etc.
253 # The default value is: NO. 253 # The default value is: NO.
254 254
255 OPTIMIZE_OUTPUT_JAVA = NO 255 OPTIMIZE_OUTPUT_JAVA = NO
256 256
257 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran 257 # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 # The default value is: YES. 336 # The default value is: YES.
337 337
338 IDL_PROPERTY_SUPPORT = YES 338 IDL_PROPERTY_SUPPORT = YES
339 339
340 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 340 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
341 # tag is set to YES then doxygen will reuse the documentation of the first 341 # tag is set to YES then doxygen will reuse the documentation of the first
342 # member in the group (if any) for the other members of the group. By default 342 # member in the group (if any) for the other members of the group. By default
343 # all members of a group must be documented explicitly. 343 # all members of a group must be documented explicitly.
344 # The default value is: NO. 344 # The default value is: NO.
345 345
346 DISTRIBUTE_GROUP_DOC = YES 346 DISTRIBUTE_GROUP_DOC = NO
347 347
348 # Set the SUBGROUPING tag to YES to allow class member groups of the same type 348 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
349 # (for instance a group of public functions) to be put as a subgroup of that 349 # (for instance a group of public functions) to be put as a subgroup of that
350 # type (e.g. under the Public Functions section). Set it to NO to prevent 350 # type (e.g. under the Public Functions section). Set it to NO to prevent
351 # subgrouping. Alternatively, this can be done per class using the 351 # subgrouping. Alternatively, this can be done per class using the
352 # \nosubgrouping command. 352 # \nosubgrouping command.
353 # The default value is: YES. 353 # The default value is: YES.
354 354
355 SUBGROUPING = YES 355 SUBGROUPING = YES
356 356
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 #--------------------------------------------------------------------------- 404 #---------------------------------------------------------------------------
405 405
406 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in 406 # If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
407 # documentation are documented, even if no documentation was available. Private 407 # documentation are documented, even if no documentation was available. Private
408 # class members and static file members will be hidden unless the 408 # class members and static file members will be hidden unless the
409 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. 409 # EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
410 # Note: This will also disable the warnings about undocumented members that are 410 # Note: This will also disable the warnings about undocumented members that are
411 # normally produced when WARNINGS is set to YES. 411 # normally produced when WARNINGS is set to YES.
412 # The default value is: NO. 412 # The default value is: NO.
413 413
414 EXTRACT_ALL = NO 414 EXTRACT_ALL = YES
415 415
416 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will 416 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
417 # be included in the documentation. 417 # be included in the documentation.
418 # The default value is: NO. 418 # The default value is: NO.
419 419
420 EXTRACT_PRIVATE = NO 420 EXTRACT_PRIVATE = NO
421 421
422 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal 422 # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
423 # scope will be included in the documentation. 423 # scope will be included in the documentation.
424 # The default value is: NO. 424 # The default value is: NO.
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 493
494 INTERNAL_DOCS = NO 494 INTERNAL_DOCS = NO
495 495
496 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file 496 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
497 # names in lower-case letters. If set to YES, upper-case letters are also 497 # names in lower-case letters. If set to YES, upper-case letters are also
498 # allowed. This is useful if you have classes or files whose names only differ 498 # allowed. This is useful if you have classes or files whose names only differ
499 # in case and if your file system supports case sensitive file names. Windows 499 # in case and if your file system supports case sensitive file names. Windows
500 # and Mac users are advised to set this option to NO. 500 # and Mac users are advised to set this option to NO.
501 # The default value is: system dependent. 501 # The default value is: system dependent.
502 502
503 CASE_SENSE_NAMES = YES 503 CASE_SENSE_NAMES = NO
504 504
505 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with 505 # If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
506 # their full class and namespace scopes in the documentation. If set to YES, the 506 # their full class and namespace scopes in the documentation. If set to YES, the
507 # scope will be hidden. 507 # scope will be hidden.
508 # The default value is: NO. 508 # The default value is: NO.
509 509
510 HIDE_SCOPE_NAMES = NO 510 HIDE_SCOPE_NAMES = NO
511 511
512 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will 512 # If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
513 # append additional text to a page's title, such as Class Reference. If set to 513 # append additional text to a page's title, such as Class Reference. If set to
(...skipping 12 matching lines...) Expand all
526 # grouped member an include statement to the documentation, telling the reader 526 # grouped member an include statement to the documentation, telling the reader
527 # which file to include in order to use the member. 527 # which file to include in order to use the member.
528 # The default value is: NO. 528 # The default value is: NO.
529 529
530 SHOW_GROUPED_MEMB_INC = NO 530 SHOW_GROUPED_MEMB_INC = NO
531 531
532 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include 532 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
533 # files with double quotes in the documentation rather than with sharp brackets. 533 # files with double quotes in the documentation rather than with sharp brackets.
534 # The default value is: NO. 534 # The default value is: NO.
535 535
536 FORCE_LOCAL_INCLUDES = YES 536 FORCE_LOCAL_INCLUDES = NO
537 537
538 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the 538 # If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
539 # documentation for inline members. 539 # documentation for inline members.
540 # The default value is: YES. 540 # The default value is: YES.
541 541
542 INLINE_INFO = YES 542 INLINE_INFO = YES
543 543
544 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the 544 # If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
545 # (detailed) documentation of file and class members alphabetically by member 545 # (detailed) documentation of file and class members alphabetically by member
546 # name. If set to NO, the members will appear in declaration order. 546 # name. If set to NO, the members will appear in declaration order.
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 #--------------------------------------------------------------------------- 753 #---------------------------------------------------------------------------
754 # Configuration options related to the input files 754 # Configuration options related to the input files
755 #--------------------------------------------------------------------------- 755 #---------------------------------------------------------------------------
756 756
757 # The INPUT tag is used to specify the files and/or directories that contain 757 # The INPUT tag is used to specify the files and/or directories that contain
758 # documented source files. You may enter file names like myfile.cpp or 758 # documented source files. You may enter file names like myfile.cpp or
759 # directories like /usr/src/myproject. Separate the files or directories with 759 # directories like /usr/src/myproject. Separate the files or directories with
760 # spaces. 760 # spaces.
761 # Note: If this tag is empty the current directory is searched. 761 # Note: If this tag is empty the current directory is searched.
762 762
763 INPUT = 763 INPUT = include/grpc/grpc_security.h \
764 include/grpc/impl/codegen/byte_buffer.h \
765 include/grpc/impl/codegen/compression_types.h \
766 include/grpc/impl/codegen/connectivity_state.h \
767 include/grpc/impl/codegen/grpc_types.h \
768 include/grpc/impl/codegen/propagation_bits.h \
769 include/grpc/impl/codegen/status.h \
770 include/grpc/byte_buffer.h \
771 include/grpc/byte_buffer_reader.h \
772 include/grpc/compression.h \
773 include/grpc/grpc.h \
774 include/grpc/status.h \
775 include/grpc/census.h \
776 include/grpc/support/alloc.h \
777 include/grpc/support/atm.h \
778 include/grpc/support/atm_gcc_atomic.h \
779 include/grpc/support/atm_gcc_sync.h \
780 include/grpc/support/atm_win32.h \
781 include/grpc/support/avl.h \
782 include/grpc/support/cmdline.h \
783 include/grpc/support/cpu.h \
784 include/grpc/support/histogram.h \
785 include/grpc/support/host_port.h \
786 include/grpc/support/log.h \
787 include/grpc/support/log_win32.h \
788 include/grpc/support/port_platform.h \
789 include/grpc/support/slice.h \
790 include/grpc/support/slice_buffer.h \
791 include/grpc/support/string_util.h \
792 include/grpc/support/subprocess.h \
793 include/grpc/support/sync.h \
794 include/grpc/support/sync_generic.h \
795 include/grpc/support/sync_posix.h \
796 include/grpc/support/sync_win32.h \
797 include/grpc/support/thd.h \
798 include/grpc/support/time.h \
799 include/grpc/support/tls.h \
800 include/grpc/support/tls_gcc.h \
801 include/grpc/support/tls_msvc.h \
802 include/grpc/support/tls_pthread.h \
803 include/grpc/support/useful.h \
804 include/grpc/impl/codegen/alloc.h \
805 include/grpc/impl/codegen/atm.h \
806 include/grpc/impl/codegen/atm_gcc_atomic.h \
807 include/grpc/impl/codegen/atm_gcc_sync.h \
808 include/grpc/impl/codegen/atm_win32.h \
809 include/grpc/impl/codegen/log.h \
810 include/grpc/impl/codegen/port_platform.h \
811 include/grpc/impl/codegen/slice.h \
812 include/grpc/impl/codegen/slice_buffer.h \
813 include/grpc/impl/codegen/sync.h \
814 include/grpc/impl/codegen/sync_generic.h \
815 include/grpc/impl/codegen/sync_posix.h \
816 include/grpc/impl/codegen/sync_win32.h \
817 include/grpc/impl/codegen/time.h
764 818
765 # This tag can be used to specify the character encoding of the source files 819 # This tag can be used to specify the character encoding of the source files
766 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses 820 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
767 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv 821 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
768 # documentation (see: http://www.gnu.org/software/libiconv) for the list of 822 # documentation (see: http://www.gnu.org/software/libiconv) for the list of
769 # possible encodings. 823 # possible encodings.
770 # The default value is: UTF-8. 824 # The default value is: UTF-8.
771 825
772 INPUT_ENCODING = UTF-8 826 INPUT_ENCODING = UTF-8
773 827
774 # If the value of the INPUT tag contains directories, you can use the 828 # If the value of the INPUT tag contains directories, you can use the
775 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and 829 # FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
776 # *.h) to filter out the source-files in the directories. If left blank the 830 # *.h) to filter out the source-files in the directories. If left blank the
777 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, 831 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii,
778 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, 832 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
779 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, 833 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
780 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, 834 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
781 # *.qsf, *.as and *.js. 835 # *.qsf, *.as and *.js.
782 836
783 FILE_PATTERNS = *.c \ 837 FILE_PATTERNS =
784 *.cc \
785 *.h \
786 *.m \
787 *.mm
788 838
789 # The RECURSIVE tag can be used to specify whether or not subdirectories should 839 # The RECURSIVE tag can be used to specify whether or not subdirectories should
790 # be searched for input files as well. 840 # be searched for input files as well.
791 # The default value is: NO. 841 # The default value is: NO.
792 842
793 RECURSIVE = YES 843 RECURSIVE = NO
794 844
795 # The EXCLUDE tag can be used to specify files and/or directories that should be 845 # The EXCLUDE tag can be used to specify files and/or directories that should be
796 # excluded from the INPUT source files. This way you can easily exclude a 846 # excluded from the INPUT source files. This way you can easily exclude a
797 # subdirectory from a directory tree whose root is specified with the INPUT tag. 847 # subdirectory from a directory tree whose root is specified with the INPUT tag.
798 # 848 #
799 # Note that relative paths are relative to the directory from which doxygen is 849 # Note that relative paths are relative to the directory from which doxygen is
800 # run. 850 # run.
801 851
802 EXCLUDE = third_party 852 EXCLUDE =
803 853
804 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or 854 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
805 # directories that are symbolic links (a Unix file system feature) are excluded 855 # directories that are symbolic links (a Unix file system feature) are excluded
806 # from the input. 856 # from the input.
807 # The default value is: NO. 857 # The default value is: NO.
808 858
809 EXCLUDE_SYMLINKS = NO 859 EXCLUDE_SYMLINKS = NO
810 860
811 # If the value of the INPUT tag contains directories, you can use the 861 # If the value of the INPUT tag contains directories, you can use the
812 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 862 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
813 # certain files from those directories. 863 # certain files from those directories.
814 # 864 #
815 # Note that the wildcards are matched against the file with absolute path, so to 865 # Note that the wildcards are matched against the file with absolute path, so to
816 # exclude all test directories for example use the pattern */test/* 866 # exclude all test directories for example use the pattern */test/*
817 867
818 EXCLUDE_PATTERNS = out* 868 EXCLUDE_PATTERNS =
819 869
820 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 870 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
821 # (namespaces, classes, functions, etc.) that should be excluded from the 871 # (namespaces, classes, functions, etc.) that should be excluded from the
822 # output. The symbol name can be a fully qualified name, a word, or if the 872 # output. The symbol name can be a fully qualified name, a word, or if the
823 # wildcard * is used, a substring. Examples: ANamespace, AClass, 873 # wildcard * is used, a substring. Examples: ANamespace, AClass,
824 # AClass::ANamespace, ANamespace::*Test 874 # AClass::ANamespace, ANamespace::*Test
825 # 875 #
826 # Note that the wildcards are matched against the file with absolute path, so to 876 # Note that the wildcards are matched against the file with absolute path, so to
827 # exclude all test directories use the pattern */test/* 877 # exclude all test directories use the pattern */test/*
828 878
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 # This tag requires that the tag SOURCE_BROWSER is set to YES. 1029 # This tag requires that the tag SOURCE_BROWSER is set to YES.
980 1030
981 USE_HTAGS = NO 1031 USE_HTAGS = NO
982 1032
983 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a 1033 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
984 # verbatim copy of the header file for each class for which an include is 1034 # verbatim copy of the header file for each class for which an include is
985 # specified. Set to NO to disable this. 1035 # specified. Set to NO to disable this.
986 # See also: Section \class. 1036 # See also: Section \class.
987 # The default value is: YES. 1037 # The default value is: YES.
988 1038
989 VERBATIM_HEADERS = NO 1039 VERBATIM_HEADERS = YES
990 1040
991 #--------------------------------------------------------------------------- 1041 #---------------------------------------------------------------------------
992 # Configuration options related to the alphabetical class index 1042 # Configuration options related to the alphabetical class index
993 #--------------------------------------------------------------------------- 1043 #---------------------------------------------------------------------------
994 1044
995 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all 1045 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
996 # compounds will be generated. Enable this if the project contains a lot of 1046 # compounds will be generated. Enable this if the project contains a lot of
997 # classes, structs, unions or interfaces. 1047 # classes, structs, unions or interfaces.
998 # The default value is: YES. 1048 # The default value is: YES.
999 1049
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 # This tag requires that the tag GENERATE_HTML is set to YES. 1182 # This tag requires that the tag GENERATE_HTML is set to YES.
1133 1183
1134 HTML_COLORSTYLE_GAMMA = 80 1184 HTML_COLORSTYLE_GAMMA = 80
1135 1185
1136 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1186 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
1137 # page will contain the date and time when the page was generated. Setting this 1187 # page will contain the date and time when the page was generated. Setting this
1138 # to NO can help when comparing the output of multiple runs. 1188 # to NO can help when comparing the output of multiple runs.
1139 # The default value is: YES. 1189 # The default value is: YES.
1140 # This tag requires that the tag GENERATE_HTML is set to YES. 1190 # This tag requires that the tag GENERATE_HTML is set to YES.
1141 1191
1142 HTML_TIMESTAMP = NO 1192 HTML_TIMESTAMP = YES
1143 1193
1144 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML 1194 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
1145 # documentation will contain sections that can be hidden and shown after the 1195 # documentation will contain sections that can be hidden and shown after the
1146 # page has loaded. 1196 # page has loaded.
1147 # The default value is: NO. 1197 # The default value is: NO.
1148 # This tag requires that the tag GENERATE_HTML is set to YES. 1198 # This tag requires that the tag GENERATE_HTML is set to YES.
1149 1199
1150 HTML_DYNAMIC_SECTIONS = NO 1200 HTML_DYNAMIC_SECTIONS = NO
1151 1201
1152 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries 1202 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 GENERATE_TREEVIEW = NO 1429 GENERATE_TREEVIEW = NO
1380 1430
1381 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that 1431 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1382 # doxygen will group on one line in the generated HTML documentation. 1432 # doxygen will group on one line in the generated HTML documentation.
1383 # 1433 #
1384 # Note that a value of 0 will completely suppress the enum values from appearing 1434 # Note that a value of 0 will completely suppress the enum values from appearing
1385 # in the overview section. 1435 # in the overview section.
1386 # Minimum value: 0, maximum value: 20, default value: 4. 1436 # Minimum value: 0, maximum value: 20, default value: 4.
1387 # This tag requires that the tag GENERATE_HTML is set to YES. 1437 # This tag requires that the tag GENERATE_HTML is set to YES.
1388 1438
1389 ENUM_VALUES_PER_LINE = 0 1439 ENUM_VALUES_PER_LINE = 4
1390 1440
1391 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used 1441 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
1392 # to set the initial width (in pixels) of the frame in which the tree is shown. 1442 # to set the initial width (in pixels) of the frame in which the tree is shown.
1393 # Minimum value: 0, maximum value: 1500, default value: 250. 1443 # Minimum value: 0, maximum value: 1500, default value: 250.
1394 # This tag requires that the tag GENERATE_HTML is set to YES. 1444 # This tag requires that the tag GENERATE_HTML is set to YES.
1395 1445
1396 TREEVIEW_WIDTH = 250 1446 TREEVIEW_WIDTH = 250
1397 1447
1398 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to 1448 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1399 # external symbols imported via tag files in a separate window. 1449 # external symbols imported via tag files in a separate window.
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
1947 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 1997 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1948 1998
1949 MACRO_EXPANSION = YES 1999 MACRO_EXPANSION = YES
1950 2000
1951 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then 2001 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
1952 # the macro expansion is limited to the macros specified with the PREDEFINED and 2002 # the macro expansion is limited to the macros specified with the PREDEFINED and
1953 # EXPAND_AS_DEFINED tags. 2003 # EXPAND_AS_DEFINED tags.
1954 # The default value is: NO. 2004 # The default value is: NO.
1955 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2005 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1956 2006
1957 EXPAND_ONLY_PREDEF = YES 2007 EXPAND_ONLY_PREDEF = NO
1958 2008
1959 # If the SEARCH_INCLUDES tag is set to YES, the include files in the 2009 # If the SEARCH_INCLUDES tag is set to YES, the include files in the
1960 # INCLUDE_PATH will be searched if a #include is found. 2010 # INCLUDE_PATH will be searched if a #include is found.
1961 # The default value is: YES. 2011 # The default value is: YES.
1962 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2012 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1963 2013
1964 SEARCH_INCLUDES = YES 2014 SEARCH_INCLUDES = YES
1965 2015
1966 # The INCLUDE_PATH tag can be used to specify one or more directories that 2016 # The INCLUDE_PATH tag can be used to specify one or more directories that
1967 # contain include files that are not input files but should be processed by the 2017 # contain include files that are not input files but should be processed by the
(...skipping 11 matching lines...) Expand all
1979 INCLUDE_FILE_PATTERNS = 2029 INCLUDE_FILE_PATTERNS =
1980 2030
1981 # The PREDEFINED tag can be used to specify one or more macro names that are 2031 # The PREDEFINED tag can be used to specify one or more macro names that are
1982 # defined before the preprocessor is started (similar to the -D option of e.g. 2032 # defined before the preprocessor is started (similar to the -D option of e.g.
1983 # gcc). The argument of the tag is a list of macros of the form: name or 2033 # gcc). The argument of the tag is a list of macros of the form: name or
1984 # name=definition (no spaces). If the definition and the "=" are omitted, "=1" 2034 # name=definition (no spaces). If the definition and the "=" are omitted, "=1"
1985 # is assumed. To prevent a macro definition from being undefined via #undef or 2035 # is assumed. To prevent a macro definition from being undefined via #undef or
1986 # recursively expanded use the := operator instead of the = operator. 2036 # recursively expanded use the := operator instead of the = operator.
1987 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2037 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1988 2038
1989 PREDEFINED = ALIGNAS(x)= \ 2039 PREDEFINED = GRPC_FINAL= GRPC_OVERIDE=
1990 DOXYGEN \
1991 MSVC_POP_WARNING()= \
1992 MSVC_PUSH_DISABLE_WARNING(x)= \
1993 __attribute__(x)=
1994 2040
1995 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this 2041 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
1996 # tag can be used to specify a list of macro names that should be expanded. The 2042 # tag can be used to specify a list of macro names that should be expanded. The
1997 # macro definition that is found in the sources will be used. Use the PREDEFINED 2043 # macro definition that is found in the sources will be used. Use the PREDEFINED
1998 # tag if you want to use a different macro definition that overrules the 2044 # tag if you want to use a different macro definition that overrules the
1999 # definition found in the source code. 2045 # definition found in the source code.
2000 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2046 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2001 2047
2002 EXPAND_AS_DEFINED = 2048 EXPAND_AS_DEFINED =
2003 2049
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
2098 2144
2099 HIDE_UNDOC_RELATIONS = YES 2145 HIDE_UNDOC_RELATIONS = YES
2100 2146
2101 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 2147 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2102 # available from the path. This tool is part of Graphviz (see: 2148 # available from the path. This tool is part of Graphviz (see:
2103 # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent 2149 # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
2104 # Bell Labs. The other options in this section have no effect if this option is 2150 # Bell Labs. The other options in this section have no effect if this option is
2105 # set to NO 2151 # set to NO
2106 # The default value is: NO. 2152 # The default value is: NO.
2107 2153
2108 HAVE_DOT = NO 2154 HAVE_DOT = YES
2109 2155
2110 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed 2156 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2111 # to run in parallel. When set to 0 doxygen will base this on the number of 2157 # to run in parallel. When set to 0 doxygen will base this on the number of
2112 # processors available in the system. You can set it explicitly to a value 2158 # processors available in the system. You can set it explicitly to a value
2113 # larger than 0 to get control over the balance between CPU load and processing 2159 # larger than 0 to get control over the balance between CPU load and processing
2114 # speed. 2160 # speed.
2115 # Minimum value: 0, maximum value: 32, default value: 0. 2161 # Minimum value: 0, maximum value: 32, default value: 0.
2116 # This tag requires that the tag HAVE_DOT is set to YES. 2162 # This tag requires that the tag HAVE_DOT is set to YES.
2117 2163
2118 DOT_NUM_THREADS = 0 2164 DOT_NUM_THREADS = 0
(...skipping 21 matching lines...) Expand all
2140 # This tag requires that the tag HAVE_DOT is set to YES. 2186 # This tag requires that the tag HAVE_DOT is set to YES.
2141 2187
2142 DOT_FONTPATH = 2188 DOT_FONTPATH =
2143 2189
2144 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for 2190 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
2145 # each documented class showing the direct and indirect inheritance relations. 2191 # each documented class showing the direct and indirect inheritance relations.
2146 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO. 2192 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2147 # The default value is: YES. 2193 # The default value is: YES.
2148 # This tag requires that the tag HAVE_DOT is set to YES. 2194 # This tag requires that the tag HAVE_DOT is set to YES.
2149 2195
2150 CLASS_GRAPH = YES 2196 CLASS_GRAPH = NO
2151 2197
2152 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a 2198 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
2153 # graph for each documented class showing the direct and indirect implementation 2199 # graph for each documented class showing the direct and indirect implementation
2154 # dependencies (inheritance, containment, and class references variables) of the 2200 # dependencies (inheritance, containment, and class references variables) of the
2155 # class with other documented classes. 2201 # class with other documented classes.
2156 # The default value is: YES. 2202 # The default value is: YES.
2157 # This tag requires that the tag HAVE_DOT is set to YES. 2203 # This tag requires that the tag HAVE_DOT is set to YES.
2158 2204
2159 COLLABORATION_GRAPH = YES 2205 COLLABORATION_GRAPH = NO
2160 2206
2161 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for 2207 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2162 # groups, showing the direct groups dependencies. 2208 # groups, showing the direct groups dependencies.
2163 # The default value is: YES. 2209 # The default value is: YES.
2164 # This tag requires that the tag HAVE_DOT is set to YES. 2210 # This tag requires that the tag HAVE_DOT is set to YES.
2165 2211
2166 GROUP_GRAPHS = YES 2212 GROUP_GRAPHS = NO
2167 2213
2168 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and 2214 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
2169 # collaboration diagrams in a style similar to the OMG's Unified Modeling 2215 # collaboration diagrams in a style similar to the OMG's Unified Modeling
2170 # Language. 2216 # Language.
2171 # The default value is: NO. 2217 # The default value is: NO.
2172 # This tag requires that the tag HAVE_DOT is set to YES. 2218 # This tag requires that the tag HAVE_DOT is set to YES.
2173 2219
2174 UML_LOOK = NO 2220 UML_LOOK = NO
2175 2221
2176 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the 2222 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
(...skipping 17 matching lines...) Expand all
2194 2240
2195 TEMPLATE_RELATIONS = NO 2241 TEMPLATE_RELATIONS = NO
2196 2242
2197 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to 2243 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
2198 # YES then doxygen will generate a graph for each documented file showing the 2244 # YES then doxygen will generate a graph for each documented file showing the
2199 # direct and indirect include dependencies of the file with other documented 2245 # direct and indirect include dependencies of the file with other documented
2200 # files. 2246 # files.
2201 # The default value is: YES. 2247 # The default value is: YES.
2202 # This tag requires that the tag HAVE_DOT is set to YES. 2248 # This tag requires that the tag HAVE_DOT is set to YES.
2203 2249
2204 INCLUDE_GRAPH = YES 2250 INCLUDE_GRAPH = NO
2205 2251
2206 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are 2252 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
2207 # set to YES then doxygen will generate a graph for each documented file showing 2253 # set to YES then doxygen will generate a graph for each documented file showing
2208 # the direct and indirect include dependencies of the file with other documented 2254 # the direct and indirect include dependencies of the file with other documented
2209 # files. 2255 # files.
2210 # The default value is: YES. 2256 # The default value is: YES.
2211 # This tag requires that the tag HAVE_DOT is set to YES. 2257 # This tag requires that the tag HAVE_DOT is set to YES.
2212 2258
2213 INCLUDED_BY_GRAPH = YES 2259 INCLUDED_BY_GRAPH = NO
2214 2260
2215 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call 2261 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2216 # dependency graph for every global function or class method. 2262 # dependency graph for every global function or class method.
2217 # 2263 #
2218 # Note that enabling this option will significantly increase the time of a run. 2264 # Note that enabling this option will significantly increase the time of a run.
2219 # So in most cases it will be better to enable call graphs for selected 2265 # So in most cases it will be better to enable call graphs for selected
2220 # functions only using the \callgraph command. 2266 # functions only using the \callgraph command.
2221 # The default value is: NO. 2267 # The default value is: NO.
2222 # This tag requires that the tag HAVE_DOT is set to YES. 2268 # This tag requires that the tag HAVE_DOT is set to YES.
2223 2269
2224 CALL_GRAPH = NO 2270 CALL_GRAPH = NO
2225 2271
2226 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller 2272 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
2227 # dependency graph for every global function or class method. 2273 # dependency graph for every global function or class method.
2228 # 2274 #
2229 # Note that enabling this option will significantly increase the time of a run. 2275 # Note that enabling this option will significantly increase the time of a run.
2230 # So in most cases it will be better to enable caller graphs for selected 2276 # So in most cases it will be better to enable caller graphs for selected
2231 # functions only using the \callergraph command. 2277 # functions only using the \callergraph command.
2232 # The default value is: NO. 2278 # The default value is: NO.
2233 # This tag requires that the tag HAVE_DOT is set to YES. 2279 # This tag requires that the tag HAVE_DOT is set to YES.
2234 2280
2235 CALLER_GRAPH = NO 2281 CALLER_GRAPH = NO
2236 2282
2237 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical 2283 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2238 # hierarchy of all classes instead of a textual one. 2284 # hierarchy of all classes instead of a textual one.
2239 # The default value is: YES. 2285 # The default value is: YES.
2240 # This tag requires that the tag HAVE_DOT is set to YES. 2286 # This tag requires that the tag HAVE_DOT is set to YES.
2241 2287
2242 GRAPHICAL_HIERARCHY = YES 2288 GRAPHICAL_HIERARCHY = NO
2243 2289
2244 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the 2290 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
2245 # dependencies a directory has on other directories in a graphical way. The 2291 # dependencies a directory has on other directories in a graphical way. The
2246 # dependency relations are determined by the #include relations between the 2292 # dependency relations are determined by the #include relations between the
2247 # files in the directories. 2293 # files in the directories.
2248 # The default value is: YES. 2294 # The default value is: YES.
2249 # This tag requires that the tag HAVE_DOT is set to YES. 2295 # This tag requires that the tag HAVE_DOT is set to YES.
2250 2296
2251 DIRECTORY_GRAPH = YES 2297 DIRECTORY_GRAPH = NO
2252 2298
2253 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 2299 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2254 # generated by dot. 2300 # generated by dot.
2255 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order 2301 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2256 # to make the SVG files visible in IE 9+ (other browsers do not have this 2302 # to make the SVG files visible in IE 9+ (other browsers do not have this
2257 # requirement). 2303 # requirement).
2258 # Possible values are: png, jpg, gif and svg. 2304 # Possible values are: png, jpg, gif and svg.
2259 # The default value is: png. 2305 # The default value is: png.
2260 # This tag requires that the tag HAVE_DOT is set to YES. 2306 # This tag requires that the tag HAVE_DOT is set to YES.
2261 2307
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2363 # This tag requires that the tag HAVE_DOT is set to YES. 2409 # This tag requires that the tag HAVE_DOT is set to YES.
2364 2410
2365 GENERATE_LEGEND = YES 2411 GENERATE_LEGEND = YES
2366 2412
2367 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot 2413 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
2368 # files that are used to generate the various graphs. 2414 # files that are used to generate the various graphs.
2369 # The default value is: YES. 2415 # The default value is: YES.
2370 # This tag requires that the tag HAVE_DOT is set to YES. 2416 # This tag requires that the tag HAVE_DOT is set to YES.
2371 2417
2372 DOT_CLEANUP = YES 2418 DOT_CLEANUP = YES
2419
OLDNEW
« no previous file with comments | « third_party/grpc/tools/doxygen/Doxyfile.c++ ('k') | third_party/grpc/tools/doxygen/Doxyfile.c++.internal » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698