|
|
|
@ -60,8 +60,7 @@ DOXYFILE_ENCODING = UTF - 8 |
|
|
|
|
# entered, it will be relative to the location where doxygen was started. If |
|
|
|
|
# left blank the current directory will be used. |
|
|
|
|
|
|
|
|
|
OUTPUT_DIRECTORY = |
|
|
|
|
doc / ref / c++ |
|
|
|
|
OUTPUT_DIRECTORY = doc/ref/c++ |
|
|
|
|
|
|
|
|
|
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- |
|
|
|
|
# directories (in 2 levels) under the output directory of each output format and |
|
|
|
@ -213,15 +212,13 @@ DOXYFILE_ENCODING = UTF - 8 |
|
|
|
|
# of the file/class/namespace that contains it. |
|
|
|
|
# The default value is: NO. |
|
|
|
|
|
|
|
|
|
SEPARATE_MEMBER_PAGES = |
|
|
|
|
NO |
|
|
|
|
SEPARATE_MEMBER_PAGES = NO |
|
|
|
|
|
|
|
|
|
# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen |
|
|
|
|
# uses this value to replace tabs by spaces in code fragments. |
|
|
|
|
# Minimum value: 1, maximum value: 16, default value: 4. |
|
|
|
|
|
|
|
|
|
TAB_SIZE = |
|
|
|
|
2 |
|
|
|
|
TAB_SIZE = 2 |
|
|
|
|
|
|
|
|
|
# This tag can be used to specify a number of aliases that act as commands in |
|
|
|
|
# the documentation. An alias has the form: |
|
|
|
@ -387,8 +384,7 @@ DOXYFILE_ENCODING = UTF - 8 |
|
|
|
|
# types are typedef'ed and only the typedef is referenced, never the tag name. |
|
|
|
|
# The default value is: NO. |
|
|
|
|
|
|
|
|
|
TYPEDEF_HIDES_STRUCT = |
|
|
|
|
NO |
|
|
|
|
TYPEDEF_HIDES_STRUCT = NO |
|
|
|
|
|
|
|
|
|
# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This |
|
|
|
|
# cache is used to resolve symbols given their name and scope. Since this can be |
|
|
|
@ -401,8 +397,7 @@ DOXYFILE_ENCODING = UTF - 8 |
|
|
|
|
# the optimal cache size from a speed point of view. |
|
|
|
|
# Minimum value: 0, maximum value: 9, default value: 0. |
|
|
|
|
|
|
|
|
|
LOOKUP_CACHE_SIZE = |
|
|
|
|
0 |
|
|
|
|
LOOKUP_CACHE_SIZE = 0 |
|
|
|
|
|
|
|
|
|
#--------------------------------------------------------------------------- |
|
|
|
|
# Build related configuration options |
|
|
|
@ -623,8 +618,7 @@ DOXYFILE_ENCODING = UTF - 8 |
|
|
|
|
# the documentation. |
|
|
|
|
# The default value is: YES. |
|
|
|
|
|
|
|
|
|
GENERATE_DEPRECATEDLIST = |
|
|
|
|
YES |
|
|
|
|
GENERATE_DEPRECATEDLIST= YES |
|
|
|
|
|
|
|
|
|
# The ENABLED_SECTIONS tag can be used to enable conditional documentation |
|
|
|
|
# sections, marked by \if <section_label> ... \endif and \cond <section_label> |
|
|
|
@ -641,8 +635,7 @@ DOXYFILE_ENCODING = UTF - 8 |
|
|
|
|
# documentation regardless of this setting. |
|
|
|
|
# Minimum value: 0, maximum value: 10000, default value: 30. |
|
|
|
|
|
|
|
|
|
MAX_INITIALIZER_LINES = |
|
|
|
|
30 |
|
|
|
|
MAX_INITIALIZER_LINES = 30 |
|
|
|
|
|
|
|
|
|
# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at |
|
|
|
|
# the bottom of the documentation of classes and structs. If set to YES, the |
|
|
|
@ -749,8 +742,7 @@ DOXYFILE_ENCODING = UTF - 8 |
|
|
|
|
# FILE_VERSION_FILTER) |
|
|
|
|
# The default value is: $file:$line: $text. |
|
|
|
|
|
|
|
|
|
WARN_FORMAT = |
|
|
|
|
"$file:$line: $text" |
|
|
|
|
WARN_FORMAT = "$file:$line: $text" |
|
|
|
|
|
|
|
|
|
# The WARN_LOGFILE tag can be used to specify a file to which warning and error |
|
|
|
|
# messages should be written. If left blank the output is written to standard |
|
|
|
@ -768,32 +760,7 @@ DOXYFILE_ENCODING = UTF - 8 |
|
|
|
|
# spaces. |
|
|
|
|
# Note: If this tag is empty the current directory is searched. |
|
|
|
|
|
|
|
|
|
INPUT = |
|
|
|
|
include / grpc++ / async_generic_service.h include / grpc++ / |
|
|
|
|
async_unary_call.h include / grpc++ / byte_buffer.h include / |
|
|
|
|
grpc++ / channel_arguments.h include / grpc++ / |
|
|
|
|
channel_interface.h include / grpc++ / client_context.h include / |
|
|
|
|
grpc++ / completion_queue.h include / grpc++ / config.h include / |
|
|
|
|
grpc++ / config_protobuf.h include / grpc++ / |
|
|
|
|
create_channel.h include / grpc++ / credentials.h include / grpc++ / |
|
|
|
|
generic_stub.h include / grpc++ / impl / call.h include / grpc++ / |
|
|
|
|
impl / client_unary_call.h include / grpc++ / impl / |
|
|
|
|
grpc_library.h include / grpc++ / impl / internal_stub.h include / |
|
|
|
|
grpc++ / impl / proto_utils.h include / grpc++ / impl / |
|
|
|
|
rpc_method.h include / grpc++ / impl / |
|
|
|
|
rpc_service_method.h include / grpc++ / impl / |
|
|
|
|
serialization_traits.h include / grpc++ / impl / |
|
|
|
|
service_type.h include / grpc++ / impl / sync.h include / grpc++ / |
|
|
|
|
impl / sync_cxx11.h include / grpc++ / impl / |
|
|
|
|
sync_no_cxx11.h include / grpc++ / impl / thd.h include / grpc++ / |
|
|
|
|
impl / thd_cxx11.h include / grpc++ / impl / |
|
|
|
|
thd_no_cxx11.h include / grpc++ / server.h include / grpc++ / |
|
|
|
|
server_builder.h include / grpc++ / server_context.h include / |
|
|
|
|
grpc++ / server_credentials.h include / grpc++ / slice.h include / |
|
|
|
|
grpc++ / status.h include / grpc++ / status_code_enum.h include / |
|
|
|
|
grpc++ / stream.h include / grpc++ / |
|
|
|
|
thread_pool_interface.h include / grpc++ / |
|
|
|
|
time.h |
|
|
|
|
INPUT = include/grpc++/async_generic_service.h include/grpc++/async_unary_call.h include/grpc++/byte_buffer.h include/grpc++/channel_arguments.h include/grpc++/channel_interface.h include/grpc++/client_context.h include/grpc++/completion_queue.h include/grpc++/config.h include/grpc++/create_channel.h include/grpc++/credentials.h include/grpc++/generic_stub.h include/grpc++/impl/call.h include/grpc++/impl/client_unary_call.h include/grpc++/impl/grpc_library.h include/grpc++/impl/internal_stub.h include/grpc++/impl/rpc_method.h include/grpc++/impl/rpc_service_method.h include/grpc++/impl/serialization_traits.h include/grpc++/impl/service_type.h include/grpc++/impl/sync.h include/grpc++/impl/sync_cxx11.h include/grpc++/impl/sync_no_cxx11.h include/grpc++/impl/thd.h include/grpc++/impl/thd_cxx11.h include/grpc++/impl/thd_no_cxx11.h include/grpc++/server.h include/grpc++/server_builder.h include/grpc++/server_context.h include/grpc++/server_credentials.h include/grpc++/slice.h include/grpc++/status.h include/grpc++/status_code_enum.h include/grpc++/stream.h include/grpc++/thread_pool_interface.h include/grpc++/time.h |
|
|
|
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files |
|
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
|
|
|
|