diff options
author | David Garcia Quintas <dgq@google.com> | 2016-01-25 17:32:48 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-01-25 17:32:48 -0800 |
commit | 2425bbbc5587665112bc372c14f6b5483c902370 (patch) | |
tree | 615d3fb670d87965bd54f2452d302be545a58dd2 /tools/doxygen/Doxyfile.c++.internal | |
parent | f48e538003186a539fa6cfcda0b474c7cfbae506 (diff) |
Further work. Compiles. WIP
Diffstat (limited to 'tools/doxygen/Doxyfile.c++.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.c++.internal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.c++.internal b/tools/doxygen/Doxyfile.c++.internal index fa46adc5e4..5f6998f411 100644 --- a/tools/doxygen/Doxyfile.c++.internal +++ b/tools/doxygen/Doxyfile.c++.internal @@ -807,9 +807,14 @@ include/grpc++/impl/codegen/call_hook.h \ include/grpc++/impl/codegen/channel_interface.h \ include/grpc++/impl/codegen/completion_queue_tag.h \ include/grpc++/impl/codegen/config.h \ +include/grpc++/impl/codegen/security/auth_context.h \ include/grpc++/impl/codegen/server_interface.h \ include/grpc++/impl/codegen/status.h \ include/grpc++/impl/codegen/status_code_enum.h \ +include/grpc++/impl/codegen/string_ref.h \ +include/grpc++/impl/codegen/sync.h \ +include/grpc++/impl/codegen/sync_cxx11.h \ +include/grpc++/impl/codegen/sync_no_cxx11.h \ include/grpc++/impl/codegen/time.h \ src/cpp/client/secure_credentials.h \ src/cpp/common/secure_auth_context.h \ |