diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-08-16 22:09:27 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-08-17 05:47:55 +0200 |
commit | a469e5d42e58032294c2c11ea72cec7a0a3718bb (patch) | |
tree | 91ed4380c8baf001b857fdd2cd4f60417340b0dc /tools/doxygen/Doxyfile.core.internal | |
parent | 3bc78cd0b5bd784a235c01612d634b1ec5f8fb97 (diff) |
grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure.
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 44c17f3615..3b00f57905 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -765,6 +765,7 @@ include/grpc/byte_buffer_reader.h \ include/grpc/compression.h \ include/grpc/grpc.h \ include/grpc/grpc_posix.h \ +include/grpc/grpc_security_constants.h \ include/grpc/status.h \ include/grpc/impl/codegen/byte_buffer.h \ include/grpc/impl/codegen/byte_buffer_reader.h \ @@ -788,7 +789,6 @@ include/grpc/impl/codegen/sync_posix.h \ include/grpc/impl/codegen/sync_windows.h \ include/grpc/impl/codegen/time.h \ include/grpc/grpc_security.h \ -include/grpc/grpc_security_constants.h \ include/grpc/census.h \ src/core/lib/channel/channel_args.h \ src/core/lib/channel/channel_stack.h \ |