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

Side by Side Diff: third_party/grpc/tools/doxygen/Doxyfile.c++

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 C++"
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/c++
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++/alarm.h \
764 include/grpc++/channel.h \
765 include/grpc++/client_context.h \
766 include/grpc++/completion_queue.h \
767 include/grpc++/create_channel.h \
768 include/grpc++/generic/async_generic_service.h \
769 include/grpc++/generic/generic_stub.h \
770 include/grpc++/grpc++.h \
771 include/grpc++/impl/call.h \
772 include/grpc++/impl/client_unary_call.h \
773 include/grpc++/impl/grpc_library.h \
774 include/grpc++/impl/method_handler_impl.h \
775 include/grpc++/impl/proto_utils.h \
776 include/grpc++/impl/rpc_method.h \
777 include/grpc++/impl/rpc_service_method.h \
778 include/grpc++/impl/serialization_traits.h \
779 include/grpc++/impl/server_builder_option.h \
780 include/grpc++/impl/service_type.h \
781 include/grpc++/impl/sync.h \
782 include/grpc++/impl/sync_cxx11.h \
783 include/grpc++/impl/sync_no_cxx11.h \
784 include/grpc++/impl/thd.h \
785 include/grpc++/impl/thd_cxx11.h \
786 include/grpc++/impl/thd_no_cxx11.h \
787 include/grpc++/security/auth_context.h \
788 include/grpc++/security/auth_metadata_processor.h \
789 include/grpc++/security/credentials.h \
790 include/grpc++/security/server_credentials.h \
791 include/grpc++/server.h \
792 include/grpc++/server_builder.h \
793 include/grpc++/server_context.h \
794 include/grpc++/support/async_stream.h \
795 include/grpc++/support/async_unary_call.h \
796 include/grpc++/support/byte_buffer.h \
797 include/grpc++/support/channel_arguments.h \
798 include/grpc++/support/config.h \
799 include/grpc++/support/config_protobuf.h \
800 include/grpc++/support/slice.h \
801 include/grpc++/support/status.h \
802 include/grpc++/support/status_code_enum.h \
803 include/grpc++/support/string_ref.h \
804 include/grpc++/support/stub_options.h \
805 include/grpc++/support/sync_stream.h \
806 include/grpc++/support/time.h \
807 include/grpc++/impl/codegen/async_stream.h \
808 include/grpc++/impl/codegen/async_unary_call.h \
809 include/grpc++/impl/codegen/call.h \
810 include/grpc++/impl/codegen/call_hook.h \
811 include/grpc++/impl/codegen/channel_interface.h \
812 include/grpc++/impl/codegen/client_context.h \
813 include/grpc++/impl/codegen/client_unary_call.h \
814 include/grpc++/impl/codegen/completion_queue.h \
815 include/grpc++/impl/codegen/completion_queue_tag.h \
816 include/grpc++/impl/codegen/config.h \
817 include/grpc++/impl/codegen/config_protobuf.h \
818 include/grpc++/impl/codegen/grpc_library.h \
819 include/grpc++/impl/codegen/method_handler_impl.h \
820 include/grpc++/impl/codegen/proto_utils.h \
821 include/grpc++/impl/codegen/rpc_method.h \
822 include/grpc++/impl/codegen/rpc_service_method.h \
823 include/grpc++/impl/codegen/security/auth_context.h \
824 include/grpc++/impl/codegen/serialization_traits.h \
825 include/grpc++/impl/codegen/server_context.h \
826 include/grpc++/impl/codegen/server_interface.h \
827 include/grpc++/impl/codegen/service_type.h \
828 include/grpc++/impl/codegen/status.h \
829 include/grpc++/impl/codegen/status_code_enum.h \
830 include/grpc++/impl/codegen/string_ref.h \
831 include/grpc++/impl/codegen/stub_options.h \
832 include/grpc++/impl/codegen/sync.h \
833 include/grpc++/impl/codegen/sync_cxx11.h \
834 include/grpc++/impl/codegen/sync_no_cxx11.h \
835 include/grpc++/impl/codegen/sync_stream.h \
836 include/grpc++/impl/codegen/time.h
764 837
765 # This tag can be used to specify the character encoding of the source files 838 # 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 839 # 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 840 # 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 841 # documentation (see: http://www.gnu.org/software/libiconv) for the list of
769 # possible encodings. 842 # possible encodings.
770 # The default value is: UTF-8. 843 # The default value is: UTF-8.
771 844
772 INPUT_ENCODING = UTF-8 845 INPUT_ENCODING = UTF-8
773 846
774 # If the value of the INPUT tag contains directories, you can use the 847 # 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 848 # 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 849 # *.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, 850 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii,
778 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, 851 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
779 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, 852 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
780 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, 853 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
781 # *.qsf, *.as and *.js. 854 # *.qsf, *.as and *.js.
782 855
783 FILE_PATTERNS = *.c \ 856 FILE_PATTERNS =
784 *.cc \
785 *.h \
786 *.m \
787 *.mm
788 857
789 # The RECURSIVE tag can be used to specify whether or not subdirectories should 858 # The RECURSIVE tag can be used to specify whether or not subdirectories should
790 # be searched for input files as well. 859 # be searched for input files as well.
791 # The default value is: NO. 860 # The default value is: NO.
792 861
793 RECURSIVE = YES 862 RECURSIVE = NO
794 863
795 # The EXCLUDE tag can be used to specify files and/or directories that should be 864 # 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 865 # 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. 866 # subdirectory from a directory tree whose root is specified with the INPUT tag.
798 # 867 #
799 # Note that relative paths are relative to the directory from which doxygen is 868 # Note that relative paths are relative to the directory from which doxygen is
800 # run. 869 # run.
801 870
802 EXCLUDE = third_party 871 EXCLUDE =
803 872
804 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or 873 # 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 874 # directories that are symbolic links (a Unix file system feature) are excluded
806 # from the input. 875 # from the input.
807 # The default value is: NO. 876 # The default value is: NO.
808 877
809 EXCLUDE_SYMLINKS = NO 878 EXCLUDE_SYMLINKS = NO
810 879
811 # If the value of the INPUT tag contains directories, you can use the 880 # 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 881 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
813 # certain files from those directories. 882 # certain files from those directories.
814 # 883 #
815 # Note that the wildcards are matched against the file with absolute path, so to 884 # 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/* 885 # exclude all test directories for example use the pattern */test/*
817 886
818 EXCLUDE_PATTERNS = out* 887 EXCLUDE_PATTERNS =
819 888
820 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names 889 # 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 890 # (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 891 # output. The symbol name can be a fully qualified name, a word, or if the
823 # wildcard * is used, a substring. Examples: ANamespace, AClass, 892 # wildcard * is used, a substring. Examples: ANamespace, AClass,
824 # AClass::ANamespace, ANamespace::*Test 893 # AClass::ANamespace, ANamespace::*Test
825 # 894 #
826 # Note that the wildcards are matched against the file with absolute path, so to 895 # Note that the wildcards are matched against the file with absolute path, so to
827 # exclude all test directories use the pattern */test/* 896 # exclude all test directories use the pattern */test/*
828 897
(...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. 1048 # This tag requires that the tag SOURCE_BROWSER is set to YES.
980 1049
981 USE_HTAGS = NO 1050 USE_HTAGS = NO
982 1051
983 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a 1052 # 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 1053 # verbatim copy of the header file for each class for which an include is
985 # specified. Set to NO to disable this. 1054 # specified. Set to NO to disable this.
986 # See also: Section \class. 1055 # See also: Section \class.
987 # The default value is: YES. 1056 # The default value is: YES.
988 1057
989 VERBATIM_HEADERS = NO 1058 VERBATIM_HEADERS = YES
990 1059
991 #--------------------------------------------------------------------------- 1060 #---------------------------------------------------------------------------
992 # Configuration options related to the alphabetical class index 1061 # Configuration options related to the alphabetical class index
993 #--------------------------------------------------------------------------- 1062 #---------------------------------------------------------------------------
994 1063
995 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all 1064 # 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 1065 # compounds will be generated. Enable this if the project contains a lot of
997 # classes, structs, unions or interfaces. 1066 # classes, structs, unions or interfaces.
998 # The default value is: YES. 1067 # The default value is: YES.
999 1068
(...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. 1201 # This tag requires that the tag GENERATE_HTML is set to YES.
1133 1202
1134 HTML_COLORSTYLE_GAMMA = 80 1203 HTML_COLORSTYLE_GAMMA = 80
1135 1204
1136 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML 1205 # 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 1206 # 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. 1207 # to NO can help when comparing the output of multiple runs.
1139 # The default value is: YES. 1208 # The default value is: YES.
1140 # This tag requires that the tag GENERATE_HTML is set to YES. 1209 # This tag requires that the tag GENERATE_HTML is set to YES.
1141 1210
1142 HTML_TIMESTAMP = NO 1211 HTML_TIMESTAMP = YES
1143 1212
1144 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML 1213 # 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 1214 # documentation will contain sections that can be hidden and shown after the
1146 # page has loaded. 1215 # page has loaded.
1147 # The default value is: NO. 1216 # The default value is: NO.
1148 # This tag requires that the tag GENERATE_HTML is set to YES. 1217 # This tag requires that the tag GENERATE_HTML is set to YES.
1149 1218
1150 HTML_DYNAMIC_SECTIONS = NO 1219 HTML_DYNAMIC_SECTIONS = NO
1151 1220
1152 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries 1221 # 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 1448 GENERATE_TREEVIEW = NO
1380 1449
1381 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that 1450 # 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. 1451 # doxygen will group on one line in the generated HTML documentation.
1383 # 1452 #
1384 # Note that a value of 0 will completely suppress the enum values from appearing 1453 # Note that a value of 0 will completely suppress the enum values from appearing
1385 # in the overview section. 1454 # in the overview section.
1386 # Minimum value: 0, maximum value: 20, default value: 4. 1455 # Minimum value: 0, maximum value: 20, default value: 4.
1387 # This tag requires that the tag GENERATE_HTML is set to YES. 1456 # This tag requires that the tag GENERATE_HTML is set to YES.
1388 1457
1389 ENUM_VALUES_PER_LINE = 0 1458 ENUM_VALUES_PER_LINE = 4
1390 1459
1391 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used 1460 # 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. 1461 # 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. 1462 # Minimum value: 0, maximum value: 1500, default value: 250.
1394 # This tag requires that the tag GENERATE_HTML is set to YES. 1463 # This tag requires that the tag GENERATE_HTML is set to YES.
1395 1464
1396 TREEVIEW_WIDTH = 250 1465 TREEVIEW_WIDTH = 250
1397 1466
1398 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to 1467 # 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. 1468 # 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. 2016 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1948 2017
1949 MACRO_EXPANSION = YES 2018 MACRO_EXPANSION = YES
1950 2019
1951 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then 2020 # 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 2021 # the macro expansion is limited to the macros specified with the PREDEFINED and
1953 # EXPAND_AS_DEFINED tags. 2022 # EXPAND_AS_DEFINED tags.
1954 # The default value is: NO. 2023 # The default value is: NO.
1955 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2024 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1956 2025
1957 EXPAND_ONLY_PREDEF = YES 2026 EXPAND_ONLY_PREDEF = NO
1958 2027
1959 # If the SEARCH_INCLUDES tag is set to YES, the include files in the 2028 # 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. 2029 # INCLUDE_PATH will be searched if a #include is found.
1961 # The default value is: YES. 2030 # The default value is: YES.
1962 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2031 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1963 2032
1964 SEARCH_INCLUDES = YES 2033 SEARCH_INCLUDES = YES
1965 2034
1966 # The INCLUDE_PATH tag can be used to specify one or more directories that 2035 # 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 2036 # contain include files that are not input files but should be processed by the
(...skipping 11 matching lines...) Expand all
1979 INCLUDE_FILE_PATTERNS = 2048 INCLUDE_FILE_PATTERNS =
1980 2049
1981 # The PREDEFINED tag can be used to specify one or more macro names that are 2050 # 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. 2051 # 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 2052 # 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" 2053 # 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 2054 # is assumed. To prevent a macro definition from being undefined via #undef or
1986 # recursively expanded use the := operator instead of the = operator. 2055 # recursively expanded use the := operator instead of the = operator.
1987 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2056 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
1988 2057
1989 PREDEFINED = ALIGNAS(x)= \ 2058 PREDEFINED = GRPC_FINAL= GRPC_OVERIDE=
1990 DOXYGEN \
1991 MSVC_POP_WARNING()= \
1992 MSVC_PUSH_DISABLE_WARNING(x)= \
1993 __attribute__(x)=
1994 2059
1995 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this 2060 # 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 2061 # 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 2062 # 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 2063 # tag if you want to use a different macro definition that overrules the
1999 # definition found in the source code. 2064 # definition found in the source code.
2000 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. 2065 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2001 2066
2002 EXPAND_AS_DEFINED = 2067 EXPAND_AS_DEFINED =
2003 2068
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
2098 2163
2099 HIDE_UNDOC_RELATIONS = YES 2164 HIDE_UNDOC_RELATIONS = YES
2100 2165
2101 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 2166 # 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: 2167 # 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 2168 # 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 2169 # Bell Labs. The other options in this section have no effect if this option is
2105 # set to NO 2170 # set to NO
2106 # The default value is: NO. 2171 # The default value is: NO.
2107 2172
2108 HAVE_DOT = NO 2173 HAVE_DOT = YES
2109 2174
2110 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed 2175 # 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 2176 # 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 2177 # 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 2178 # larger than 0 to get control over the balance between CPU load and processing
2114 # speed. 2179 # speed.
2115 # Minimum value: 0, maximum value: 32, default value: 0. 2180 # Minimum value: 0, maximum value: 32, default value: 0.
2116 # This tag requires that the tag HAVE_DOT is set to YES. 2181 # This tag requires that the tag HAVE_DOT is set to YES.
2117 2182
2118 DOT_NUM_THREADS = 0 2183 DOT_NUM_THREADS = 0
(...skipping 21 matching lines...) Expand all
2140 # This tag requires that the tag HAVE_DOT is set to YES. 2205 # This tag requires that the tag HAVE_DOT is set to YES.
2141 2206
2142 DOT_FONTPATH = 2207 DOT_FONTPATH =
2143 2208
2144 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for 2209 # 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. 2210 # each documented class showing the direct and indirect inheritance relations.
2146 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO. 2211 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
2147 # The default value is: YES. 2212 # The default value is: YES.
2148 # This tag requires that the tag HAVE_DOT is set to YES. 2213 # This tag requires that the tag HAVE_DOT is set to YES.
2149 2214
2150 CLASS_GRAPH = YES 2215 CLASS_GRAPH = NO
2151 2216
2152 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a 2217 # 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 2218 # graph for each documented class showing the direct and indirect implementation
2154 # dependencies (inheritance, containment, and class references variables) of the 2219 # dependencies (inheritance, containment, and class references variables) of the
2155 # class with other documented classes. 2220 # class with other documented classes.
2156 # The default value is: YES. 2221 # The default value is: YES.
2157 # This tag requires that the tag HAVE_DOT is set to YES. 2222 # This tag requires that the tag HAVE_DOT is set to YES.
2158 2223
2159 COLLABORATION_GRAPH = YES 2224 COLLABORATION_GRAPH = NO
2160 2225
2161 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for 2226 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
2162 # groups, showing the direct groups dependencies. 2227 # groups, showing the direct groups dependencies.
2163 # The default value is: YES. 2228 # The default value is: YES.
2164 # This tag requires that the tag HAVE_DOT is set to YES. 2229 # This tag requires that the tag HAVE_DOT is set to YES.
2165 2230
2166 GROUP_GRAPHS = YES 2231 GROUP_GRAPHS = NO
2167 2232
2168 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and 2233 # 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 2234 # collaboration diagrams in a style similar to the OMG's Unified Modeling
2170 # Language. 2235 # Language.
2171 # The default value is: NO. 2236 # The default value is: NO.
2172 # This tag requires that the tag HAVE_DOT is set to YES. 2237 # This tag requires that the tag HAVE_DOT is set to YES.
2173 2238
2174 UML_LOOK = NO 2239 UML_LOOK = NO
2175 2240
2176 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the 2241 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the
(...skipping 17 matching lines...) Expand all
2194 2259
2195 TEMPLATE_RELATIONS = NO 2260 TEMPLATE_RELATIONS = NO
2196 2261
2197 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to 2262 # 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 2263 # 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 2264 # direct and indirect include dependencies of the file with other documented
2200 # files. 2265 # files.
2201 # The default value is: YES. 2266 # The default value is: YES.
2202 # This tag requires that the tag HAVE_DOT is set to YES. 2267 # This tag requires that the tag HAVE_DOT is set to YES.
2203 2268
2204 INCLUDE_GRAPH = YES 2269 INCLUDE_GRAPH = NO
2205 2270
2206 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are 2271 # 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 2272 # 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 2273 # the direct and indirect include dependencies of the file with other documented
2209 # files. 2274 # files.
2210 # The default value is: YES. 2275 # The default value is: YES.
2211 # This tag requires that the tag HAVE_DOT is set to YES. 2276 # This tag requires that the tag HAVE_DOT is set to YES.
2212 2277
2213 INCLUDED_BY_GRAPH = YES 2278 INCLUDED_BY_GRAPH = NO
2214 2279
2215 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call 2280 # 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. 2281 # dependency graph for every global function or class method.
2217 # 2282 #
2218 # Note that enabling this option will significantly increase the time of a run. 2283 # 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 2284 # So in most cases it will be better to enable call graphs for selected
2220 # functions only using the \callgraph command. 2285 # functions only using the \callgraph command.
2221 # The default value is: NO. 2286 # The default value is: NO.
2222 # This tag requires that the tag HAVE_DOT is set to YES. 2287 # This tag requires that the tag HAVE_DOT is set to YES.
2223 2288
2224 CALL_GRAPH = NO 2289 CALL_GRAPH = NO
2225 2290
2226 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller 2291 # 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. 2292 # dependency graph for every global function or class method.
2228 # 2293 #
2229 # Note that enabling this option will significantly increase the time of a run. 2294 # 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 2295 # So in most cases it will be better to enable caller graphs for selected
2231 # functions only using the \callergraph command. 2296 # functions only using the \callergraph command.
2232 # The default value is: NO. 2297 # The default value is: NO.
2233 # This tag requires that the tag HAVE_DOT is set to YES. 2298 # This tag requires that the tag HAVE_DOT is set to YES.
2234 2299
2235 CALLER_GRAPH = NO 2300 CALLER_GRAPH = NO
2236 2301
2237 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical 2302 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
2238 # hierarchy of all classes instead of a textual one. 2303 # hierarchy of all classes instead of a textual one.
2239 # The default value is: YES. 2304 # The default value is: YES.
2240 # This tag requires that the tag HAVE_DOT is set to YES. 2305 # This tag requires that the tag HAVE_DOT is set to YES.
2241 2306
2242 GRAPHICAL_HIERARCHY = YES 2307 GRAPHICAL_HIERARCHY = NO
2243 2308
2244 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the 2309 # 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 2310 # dependencies a directory has on other directories in a graphical way. The
2246 # dependency relations are determined by the #include relations between the 2311 # dependency relations are determined by the #include relations between the
2247 # files in the directories. 2312 # files in the directories.
2248 # The default value is: YES. 2313 # The default value is: YES.
2249 # This tag requires that the tag HAVE_DOT is set to YES. 2314 # This tag requires that the tag HAVE_DOT is set to YES.
2250 2315
2251 DIRECTORY_GRAPH = YES 2316 DIRECTORY_GRAPH = NO
2252 2317
2253 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 2318 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
2254 # generated by dot. 2319 # generated by dot.
2255 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order 2320 # 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 2321 # to make the SVG files visible in IE 9+ (other browsers do not have this
2257 # requirement). 2322 # requirement).
2258 # Possible values are: png, jpg, gif and svg. 2323 # Possible values are: png, jpg, gif and svg.
2259 # The default value is: png. 2324 # The default value is: png.
2260 # This tag requires that the tag HAVE_DOT is set to YES. 2325 # This tag requires that the tag HAVE_DOT is set to YES.
2261 2326
(...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. 2428 # This tag requires that the tag HAVE_DOT is set to YES.
2364 2429
2365 GENERATE_LEGEND = YES 2430 GENERATE_LEGEND = YES
2366 2431
2367 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot 2432 # 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. 2433 # files that are used to generate the various graphs.
2369 # The default value is: YES. 2434 # The default value is: YES.
2370 # This tag requires that the tag HAVE_DOT is set to YES. 2435 # This tag requires that the tag HAVE_DOT is set to YES.
2371 2436
2372 DOT_CLEANUP = YES 2437 DOT_CLEANUP = YES
2438
OLDNEW
« no previous file with comments | « third_party/grpc/tools/dockerfile/test/sanity/Dockerfile ('k') | third_party/grpc/tools/doxygen/Doxyfile.core » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698