diff options
author | Craig Tiller <ctiller@google.com> | 2015-08-31 15:59:13 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-08-31 15:59:13 -0700 |
commit | 245bd8875b4640104df433f6a432b5d63799bfb8 (patch) | |
tree | 5ddd592e172d9e7fec49300f54db6b0bdff7c275 /tools/doxygen/Doxyfile.c++ | |
parent | ae69ad1bcf0322200ebeed5476ee9978101beeb7 (diff) | |
parent | cbdfaba7ae41634c66d1a32cbc2ea674a34be9c6 (diff) |
Merge github.com:grpc/grpc into second-coming
Diffstat (limited to 'tools/doxygen/Doxyfile.c++')
-rw-r--r-- | tools/doxygen/Doxyfile.c++ | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/doxygen/Doxyfile.c++ b/tools/doxygen/Doxyfile.c++ index 887f6169af..96708c0622 100644 --- a/tools/doxygen/Doxyfile.c++ +++ b/tools/doxygen/Doxyfile.c++ @@ -764,7 +764,6 @@ INPUT = include/grpc++/channel.h \ include/grpc++/client_context.h \ include/grpc++/completion_queue.h \ include/grpc++/create_channel.h \ -include/grpc++/credentials.h \ include/grpc++/generic/async_generic_service.h \ include/grpc++/generic/generic_stub.h \ include/grpc++/impl/call.h \ @@ -781,13 +780,15 @@ 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++/security/auth_context.h \ +include/grpc++/security/auth_metadata_processor.h \ +include/grpc++/security/credentials.h \ +include/grpc++/security/server_credentials.h \ include/grpc++/server.h \ include/grpc++/server_builder.h \ include/grpc++/server_context.h \ -include/grpc++/server_credentials.h \ include/grpc++/support/async_stream.h \ include/grpc++/support/async_unary_call.h \ -include/grpc++/support/auth_context.h \ include/grpc++/support/byte_buffer.h \ include/grpc++/support/channel_arguments.h \ include/grpc++/support/config.h \ |