| OLD | NEW |
| 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 Loading... |
| 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++.internal |
| 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 Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 \ |
| 837 src/cpp/client/secure_credentials.h \ |
| 838 src/cpp/common/secure_auth_context.h \ |
| 839 src/cpp/server/secure_server_credentials.h \ |
| 840 src/cpp/client/create_channel_internal.h \ |
| 841 src/cpp/common/create_auth_context.h \ |
| 842 src/cpp/server/dynamic_thread_pool.h \ |
| 843 src/cpp/server/thread_pool_interface.h \ |
| 844 src/cpp/client/secure_credentials.cc \ |
| 845 src/cpp/common/auth_property_iterator.cc \ |
| 846 src/cpp/common/secure_auth_context.cc \ |
| 847 src/cpp/common/secure_channel_arguments.cc \ |
| 848 src/cpp/common/secure_create_auth_context.cc \ |
| 849 src/cpp/server/secure_server_credentials.cc \ |
| 850 src/cpp/client/channel.cc \ |
| 851 src/cpp/client/client_context.cc \ |
| 852 src/cpp/client/create_channel.cc \ |
| 853 src/cpp/client/create_channel_internal.cc \ |
| 854 src/cpp/client/credentials.cc \ |
| 855 src/cpp/client/generic_stub.cc \ |
| 856 src/cpp/client/insecure_credentials.cc \ |
| 857 src/cpp/common/call.cc \ |
| 858 src/cpp/common/channel_arguments.cc \ |
| 859 src/cpp/common/completion_queue.cc \ |
| 860 src/cpp/common/rpc_method.cc \ |
| 861 src/cpp/proto/proto_utils.cc \ |
| 862 src/cpp/server/async_generic_service.cc \ |
| 863 src/cpp/server/create_default_thread_pool.cc \ |
| 864 src/cpp/server/dynamic_thread_pool.cc \ |
| 865 src/cpp/server/insecure_server_credentials.cc \ |
| 866 src/cpp/server/server.cc \ |
| 867 src/cpp/server/server_builder.cc \ |
| 868 src/cpp/server/server_context.cc \ |
| 869 src/cpp/server/server_credentials.cc \ |
| 870 src/cpp/util/byte_buffer.cc \ |
| 871 src/cpp/util/slice.cc \ |
| 872 src/cpp/util/status.cc \ |
| 873 src/cpp/util/string_ref.cc \ |
| 874 src/cpp/util/time.cc \ |
| 875 src/cpp/codegen/grpc_library.cc |
| 764 | 876 |
| 765 # This tag can be used to specify the character encoding of the source files | 877 # 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 | 878 # 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 | 879 # 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 | 880 # documentation (see: http://www.gnu.org/software/libiconv) for the list of |
| 769 # possible encodings. | 881 # possible encodings. |
| 770 # The default value is: UTF-8. | 882 # The default value is: UTF-8. |
| 771 | 883 |
| 772 INPUT_ENCODING = UTF-8 | 884 INPUT_ENCODING = UTF-8 |
| 773 | 885 |
| 774 # If the value of the INPUT tag contains directories, you can use the | 886 # 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 | 887 # 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 | 888 # *.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, | 889 # following patterns are tested:*.c, *.cc, *.cxx, *.cpp, *.c++, *.java, *.ii, |
| 778 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, | 890 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, |
| 779 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, | 891 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, |
| 780 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, | 892 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, |
| 781 # *.qsf, *.as and *.js. | 893 # *.qsf, *.as and *.js. |
| 782 | 894 |
| 783 FILE_PATTERNS = *.c \ | 895 FILE_PATTERNS = |
| 784 *.cc \ | |
| 785 *.h \ | |
| 786 *.m \ | |
| 787 *.mm | |
| 788 | 896 |
| 789 # The RECURSIVE tag can be used to specify whether or not subdirectories should | 897 # The RECURSIVE tag can be used to specify whether or not subdirectories should |
| 790 # be searched for input files as well. | 898 # be searched for input files as well. |
| 791 # The default value is: NO. | 899 # The default value is: NO. |
| 792 | 900 |
| 793 RECURSIVE = YES | 901 RECURSIVE = NO |
| 794 | 902 |
| 795 # The EXCLUDE tag can be used to specify files and/or directories that should be | 903 # 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 | 904 # 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. | 905 # subdirectory from a directory tree whose root is specified with the INPUT tag. |
| 798 # | 906 # |
| 799 # Note that relative paths are relative to the directory from which doxygen is | 907 # Note that relative paths are relative to the directory from which doxygen is |
| 800 # run. | 908 # run. |
| 801 | 909 |
| 802 EXCLUDE = third_party | 910 EXCLUDE = |
| 803 | 911 |
| 804 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or | 912 # 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 | 913 # directories that are symbolic links (a Unix file system feature) are excluded |
| 806 # from the input. | 914 # from the input. |
| 807 # The default value is: NO. | 915 # The default value is: NO. |
| 808 | 916 |
| 809 EXCLUDE_SYMLINKS = NO | 917 EXCLUDE_SYMLINKS = NO |
| 810 | 918 |
| 811 # If the value of the INPUT tag contains directories, you can use the | 919 # 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 | 920 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude |
| 813 # certain files from those directories. | 921 # certain files from those directories. |
| 814 # | 922 # |
| 815 # Note that the wildcards are matched against the file with absolute path, so to | 923 # 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/* | 924 # exclude all test directories for example use the pattern */test/* |
| 817 | 925 |
| 818 EXCLUDE_PATTERNS = out* | 926 EXCLUDE_PATTERNS = |
| 819 | 927 |
| 820 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names | 928 # 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 | 929 # (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 | 930 # output. The symbol name can be a fully qualified name, a word, or if the |
| 823 # wildcard * is used, a substring. Examples: ANamespace, AClass, | 931 # wildcard * is used, a substring. Examples: ANamespace, AClass, |
| 824 # AClass::ANamespace, ANamespace::*Test | 932 # AClass::ANamespace, ANamespace::*Test |
| 825 # | 933 # |
| 826 # Note that the wildcards are matched against the file with absolute path, so to | 934 # Note that the wildcards are matched against the file with absolute path, so to |
| 827 # exclude all test directories use the pattern */test/* | 935 # exclude all test directories use the pattern */test/* |
| 828 | 936 |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 979 # This tag requires that the tag SOURCE_BROWSER is set to YES. | 1087 # This tag requires that the tag SOURCE_BROWSER is set to YES. |
| 980 | 1088 |
| 981 USE_HTAGS = NO | 1089 USE_HTAGS = NO |
| 982 | 1090 |
| 983 # If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a | 1091 # 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 | 1092 # verbatim copy of the header file for each class for which an include is |
| 985 # specified. Set to NO to disable this. | 1093 # specified. Set to NO to disable this. |
| 986 # See also: Section \class. | 1094 # See also: Section \class. |
| 987 # The default value is: YES. | 1095 # The default value is: YES. |
| 988 | 1096 |
| 989 VERBATIM_HEADERS = NO | 1097 VERBATIM_HEADERS = YES |
| 990 | 1098 |
| 991 #--------------------------------------------------------------------------- | 1099 #--------------------------------------------------------------------------- |
| 992 # Configuration options related to the alphabetical class index | 1100 # Configuration options related to the alphabetical class index |
| 993 #--------------------------------------------------------------------------- | 1101 #--------------------------------------------------------------------------- |
| 994 | 1102 |
| 995 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all | 1103 # 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 | 1104 # compounds will be generated. Enable this if the project contains a lot of |
| 997 # classes, structs, unions or interfaces. | 1105 # classes, structs, unions or interfaces. |
| 998 # The default value is: YES. | 1106 # The default value is: YES. |
| 999 | 1107 |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1132 # This tag requires that the tag GENERATE_HTML is set to YES. | 1240 # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1133 | 1241 |
| 1134 HTML_COLORSTYLE_GAMMA = 80 | 1242 HTML_COLORSTYLE_GAMMA = 80 |
| 1135 | 1243 |
| 1136 # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML | 1244 # 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 | 1245 # 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. | 1246 # to NO can help when comparing the output of multiple runs. |
| 1139 # The default value is: YES. | 1247 # The default value is: YES. |
| 1140 # This tag requires that the tag GENERATE_HTML is set to YES. | 1248 # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1141 | 1249 |
| 1142 HTML_TIMESTAMP = NO | 1250 HTML_TIMESTAMP = YES |
| 1143 | 1251 |
| 1144 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML | 1252 # 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 | 1253 # documentation will contain sections that can be hidden and shown after the |
| 1146 # page has loaded. | 1254 # page has loaded. |
| 1147 # The default value is: NO. | 1255 # The default value is: NO. |
| 1148 # This tag requires that the tag GENERATE_HTML is set to YES. | 1256 # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1149 | 1257 |
| 1150 HTML_DYNAMIC_SECTIONS = NO | 1258 HTML_DYNAMIC_SECTIONS = NO |
| 1151 | 1259 |
| 1152 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries | 1260 # 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 Loading... |
| 1379 GENERATE_TREEVIEW = NO | 1487 GENERATE_TREEVIEW = NO |
| 1380 | 1488 |
| 1381 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that | 1489 # 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. | 1490 # doxygen will group on one line in the generated HTML documentation. |
| 1383 # | 1491 # |
| 1384 # Note that a value of 0 will completely suppress the enum values from appearing | 1492 # Note that a value of 0 will completely suppress the enum values from appearing |
| 1385 # in the overview section. | 1493 # in the overview section. |
| 1386 # Minimum value: 0, maximum value: 20, default value: 4. | 1494 # Minimum value: 0, maximum value: 20, default value: 4. |
| 1387 # This tag requires that the tag GENERATE_HTML is set to YES. | 1495 # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1388 | 1496 |
| 1389 ENUM_VALUES_PER_LINE = 0 | 1497 ENUM_VALUES_PER_LINE = 4 |
| 1390 | 1498 |
| 1391 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used | 1499 # 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. | 1500 # 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. | 1501 # Minimum value: 0, maximum value: 1500, default value: 250. |
| 1394 # This tag requires that the tag GENERATE_HTML is set to YES. | 1502 # This tag requires that the tag GENERATE_HTML is set to YES. |
| 1395 | 1503 |
| 1396 TREEVIEW_WIDTH = 250 | 1504 TREEVIEW_WIDTH = 250 |
| 1397 | 1505 |
| 1398 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to | 1506 # 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. | 1507 # external symbols imported via tag files in a separate window. |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1947 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 2055 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
| 1948 | 2056 |
| 1949 MACRO_EXPANSION = YES | 2057 MACRO_EXPANSION = YES |
| 1950 | 2058 |
| 1951 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then | 2059 # 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 | 2060 # the macro expansion is limited to the macros specified with the PREDEFINED and |
| 1953 # EXPAND_AS_DEFINED tags. | 2061 # EXPAND_AS_DEFINED tags. |
| 1954 # The default value is: NO. | 2062 # The default value is: NO. |
| 1955 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 2063 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
| 1956 | 2064 |
| 1957 EXPAND_ONLY_PREDEF = YES | 2065 EXPAND_ONLY_PREDEF = NO |
| 1958 | 2066 |
| 1959 # If the SEARCH_INCLUDES tag is set to YES, the include files in the | 2067 # 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. | 2068 # INCLUDE_PATH will be searched if a #include is found. |
| 1961 # The default value is: YES. | 2069 # The default value is: YES. |
| 1962 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 2070 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
| 1963 | 2071 |
| 1964 SEARCH_INCLUDES = YES | 2072 SEARCH_INCLUDES = YES |
| 1965 | 2073 |
| 1966 # The INCLUDE_PATH tag can be used to specify one or more directories that | 2074 # 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 | 2075 # contain include files that are not input files but should be processed by the |
| (...skipping 11 matching lines...) Expand all Loading... |
| 1979 INCLUDE_FILE_PATTERNS = | 2087 INCLUDE_FILE_PATTERNS = |
| 1980 | 2088 |
| 1981 # The PREDEFINED tag can be used to specify one or more macro names that are | 2089 # 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. | 2090 # 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 | 2091 # 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" | 2092 # 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 | 2093 # is assumed. To prevent a macro definition from being undefined via #undef or |
| 1986 # recursively expanded use the := operator instead of the = operator. | 2094 # recursively expanded use the := operator instead of the = operator. |
| 1987 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 2095 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
| 1988 | 2096 |
| 1989 PREDEFINED = ALIGNAS(x)= \ | 2097 PREDEFINED = GRPC_FINAL= GRPC_OVERIDE= |
| 1990 DOXYGEN \ | |
| 1991 MSVC_POP_WARNING()= \ | |
| 1992 MSVC_PUSH_DISABLE_WARNING(x)= \ | |
| 1993 __attribute__(x)= | |
| 1994 | 2098 |
| 1995 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this | 2099 # 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 | 2100 # 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 | 2101 # 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 | 2102 # tag if you want to use a different macro definition that overrules the |
| 1999 # definition found in the source code. | 2103 # definition found in the source code. |
| 2000 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 2104 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. |
| 2001 | 2105 |
| 2002 EXPAND_AS_DEFINED = | 2106 EXPAND_AS_DEFINED = |
| 2003 | 2107 |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2098 | 2202 |
| 2099 HIDE_UNDOC_RELATIONS = YES | 2203 HIDE_UNDOC_RELATIONS = YES |
| 2100 | 2204 |
| 2101 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is | 2205 # 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: | 2206 # 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 | 2207 # 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 | 2208 # Bell Labs. The other options in this section have no effect if this option is |
| 2105 # set to NO | 2209 # set to NO |
| 2106 # The default value is: NO. | 2210 # The default value is: NO. |
| 2107 | 2211 |
| 2108 HAVE_DOT = NO | 2212 HAVE_DOT = YES |
| 2109 | 2213 |
| 2110 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed | 2214 # 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 | 2215 # 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 | 2216 # 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 | 2217 # larger than 0 to get control over the balance between CPU load and processing |
| 2114 # speed. | 2218 # speed. |
| 2115 # Minimum value: 0, maximum value: 32, default value: 0. | 2219 # Minimum value: 0, maximum value: 32, default value: 0. |
| 2116 # This tag requires that the tag HAVE_DOT is set to YES. | 2220 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2117 | 2221 |
| 2118 DOT_NUM_THREADS = 0 | 2222 DOT_NUM_THREADS = 0 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 2140 # This tag requires that the tag HAVE_DOT is set to YES. | 2244 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2141 | 2245 |
| 2142 DOT_FONTPATH = | 2246 DOT_FONTPATH = |
| 2143 | 2247 |
| 2144 # If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for | 2248 # 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. | 2249 # each documented class showing the direct and indirect inheritance relations. |
| 2146 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO. | 2250 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO. |
| 2147 # The default value is: YES. | 2251 # The default value is: YES. |
| 2148 # This tag requires that the tag HAVE_DOT is set to YES. | 2252 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2149 | 2253 |
| 2150 CLASS_GRAPH = YES | 2254 CLASS_GRAPH = NO |
| 2151 | 2255 |
| 2152 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a | 2256 # 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 | 2257 # graph for each documented class showing the direct and indirect implementation |
| 2154 # dependencies (inheritance, containment, and class references variables) of the | 2258 # dependencies (inheritance, containment, and class references variables) of the |
| 2155 # class with other documented classes. | 2259 # class with other documented classes. |
| 2156 # The default value is: YES. | 2260 # The default value is: YES. |
| 2157 # This tag requires that the tag HAVE_DOT is set to YES. | 2261 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2158 | 2262 |
| 2159 COLLABORATION_GRAPH = YES | 2263 COLLABORATION_GRAPH = NO |
| 2160 | 2264 |
| 2161 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for | 2265 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for |
| 2162 # groups, showing the direct groups dependencies. | 2266 # groups, showing the direct groups dependencies. |
| 2163 # The default value is: YES. | 2267 # The default value is: YES. |
| 2164 # 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. |
| 2165 | 2269 |
| 2166 GROUP_GRAPHS = YES | 2270 GROUP_GRAPHS = NO |
| 2167 | 2271 |
| 2168 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and | 2272 # 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 | 2273 # collaboration diagrams in a style similar to the OMG's Unified Modeling |
| 2170 # Language. | 2274 # Language. |
| 2171 # The default value is: NO. | 2275 # The default value is: NO. |
| 2172 # 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. |
| 2173 | 2277 |
| 2174 UML_LOOK = NO | 2278 UML_LOOK = NO |
| 2175 | 2279 |
| 2176 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the | 2280 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the |
| (...skipping 17 matching lines...) Expand all Loading... |
| 2194 | 2298 |
| 2195 TEMPLATE_RELATIONS = NO | 2299 TEMPLATE_RELATIONS = NO |
| 2196 | 2300 |
| 2197 # If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to | 2301 # 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 | 2302 # 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 | 2303 # direct and indirect include dependencies of the file with other documented |
| 2200 # files. | 2304 # files. |
| 2201 # The default value is: YES. | 2305 # The default value is: YES. |
| 2202 # 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. |
| 2203 | 2307 |
| 2204 INCLUDE_GRAPH = YES | 2308 INCLUDE_GRAPH = NO |
| 2205 | 2309 |
| 2206 # If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are | 2310 # 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 | 2311 # 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 | 2312 # the direct and indirect include dependencies of the file with other documented |
| 2209 # files. | 2313 # files. |
| 2210 # The default value is: YES. | 2314 # The default value is: YES. |
| 2211 # This tag requires that the tag HAVE_DOT is set to YES. | 2315 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2212 | 2316 |
| 2213 INCLUDED_BY_GRAPH = YES | 2317 INCLUDED_BY_GRAPH = NO |
| 2214 | 2318 |
| 2215 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call | 2319 # 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. | 2320 # dependency graph for every global function or class method. |
| 2217 # | 2321 # |
| 2218 # Note that enabling this option will significantly increase the time of a run. | 2322 # 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 | 2323 # So in most cases it will be better to enable call graphs for selected |
| 2220 # functions only using the \callgraph command. | 2324 # functions only using the \callgraph command. |
| 2221 # The default value is: NO. | 2325 # The default value is: NO. |
| 2222 # This tag requires that the tag HAVE_DOT is set to YES. | 2326 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2223 | 2327 |
| 2224 CALL_GRAPH = NO | 2328 CALL_GRAPH = NO |
| 2225 | 2329 |
| 2226 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller | 2330 # 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. | 2331 # dependency graph for every global function or class method. |
| 2228 # | 2332 # |
| 2229 # Note that enabling this option will significantly increase the time of a run. | 2333 # 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 | 2334 # So in most cases it will be better to enable caller graphs for selected |
| 2231 # functions only using the \callergraph command. | 2335 # functions only using the \callergraph command. |
| 2232 # The default value is: NO. | 2336 # The default value is: NO. |
| 2233 # This tag requires that the tag HAVE_DOT is set to YES. | 2337 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2234 | 2338 |
| 2235 CALLER_GRAPH = NO | 2339 CALLER_GRAPH = NO |
| 2236 | 2340 |
| 2237 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical | 2341 # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical |
| 2238 # hierarchy of all classes instead of a textual one. | 2342 # hierarchy of all classes instead of a textual one. |
| 2239 # The default value is: YES. | 2343 # The default value is: YES. |
| 2240 # This tag requires that the tag HAVE_DOT is set to YES. | 2344 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2241 | 2345 |
| 2242 GRAPHICAL_HIERARCHY = YES | 2346 GRAPHICAL_HIERARCHY = NO |
| 2243 | 2347 |
| 2244 # If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the | 2348 # 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 | 2349 # dependencies a directory has on other directories in a graphical way. The |
| 2246 # dependency relations are determined by the #include relations between the | 2350 # dependency relations are determined by the #include relations between the |
| 2247 # files in the directories. | 2351 # files in the directories. |
| 2248 # The default value is: YES. | 2352 # The default value is: YES. |
| 2249 # This tag requires that the tag HAVE_DOT is set to YES. | 2353 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2250 | 2354 |
| 2251 DIRECTORY_GRAPH = YES | 2355 DIRECTORY_GRAPH = NO |
| 2252 | 2356 |
| 2253 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images | 2357 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images |
| 2254 # generated by dot. | 2358 # generated by dot. |
| 2255 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order | 2359 # 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 | 2360 # to make the SVG files visible in IE 9+ (other browsers do not have this |
| 2257 # requirement). | 2361 # requirement). |
| 2258 # Possible values are: png, jpg, gif and svg. | 2362 # Possible values are: png, jpg, gif and svg. |
| 2259 # The default value is: png. | 2363 # The default value is: png. |
| 2260 # This tag requires that the tag HAVE_DOT is set to YES. | 2364 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2261 | 2365 |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2363 # This tag requires that the tag HAVE_DOT is set to YES. | 2467 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2364 | 2468 |
| 2365 GENERATE_LEGEND = YES | 2469 GENERATE_LEGEND = YES |
| 2366 | 2470 |
| 2367 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot | 2471 # 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. | 2472 # files that are used to generate the various graphs. |
| 2369 # The default value is: YES. | 2473 # The default value is: YES. |
| 2370 # This tag requires that the tag HAVE_DOT is set to YES. | 2474 # This tag requires that the tag HAVE_DOT is set to YES. |
| 2371 | 2475 |
| 2372 DOT_CLEANUP = YES | 2476 DOT_CLEANUP = YES |
| 2477 |
| OLD | NEW |