Fix error from presubmit test scripts.

pull/18379/head
Karthik Ravi Shankar 6 years ago
parent 577ddfb1a1
commit 76860add9b
  1. 1
      tools/doxygen/Doxyfile.c++
  2. 1
      tools/doxygen/Doxyfile.c++.internal
  3. 2
      tools/run_tests/generated/sources_and_headers.json

@ -993,6 +993,7 @@ include/grpcpp/impl/serialization_traits.h \
include/grpcpp/impl/server_builder_option.h \ include/grpcpp/impl/server_builder_option.h \
include/grpcpp/impl/server_builder_plugin.h \ include/grpcpp/impl/server_builder_plugin.h \
include/grpcpp/impl/server_initializer.h \ include/grpcpp/impl/server_initializer.h \
include/grpcpp/impl/server_initializer_impl.h \
include/grpcpp/impl/service_type.h \ include/grpcpp/impl/service_type.h \
include/grpcpp/resource_quota.h \ include/grpcpp/resource_quota.h \
include/grpcpp/security/auth_context.h \ include/grpcpp/security/auth_context.h \

@ -995,6 +995,7 @@ include/grpcpp/impl/serialization_traits.h \
include/grpcpp/impl/server_builder_option.h \ include/grpcpp/impl/server_builder_option.h \
include/grpcpp/impl/server_builder_plugin.h \ include/grpcpp/impl/server_builder_plugin.h \
include/grpcpp/impl/server_initializer.h \ include/grpcpp/impl/server_initializer.h \
include/grpcpp/impl/server_initializer_impl.h \
include/grpcpp/impl/service_type.h \ include/grpcpp/impl/service_type.h \
include/grpcpp/resource_quota.h \ include/grpcpp/resource_quota.h \
include/grpcpp/security/auth_context.h \ include/grpcpp/security/auth_context.h \

@ -10082,6 +10082,7 @@
"include/grpcpp/impl/server_builder_option.h", "include/grpcpp/impl/server_builder_option.h",
"include/grpcpp/impl/server_builder_plugin.h", "include/grpcpp/impl/server_builder_plugin.h",
"include/grpcpp/impl/server_initializer.h", "include/grpcpp/impl/server_initializer.h",
"include/grpcpp/impl/server_initializer_impl.h",
"include/grpcpp/impl/service_type.h", "include/grpcpp/impl/service_type.h",
"include/grpcpp/resource_quota.h", "include/grpcpp/resource_quota.h",
"include/grpcpp/security/auth_context.h", "include/grpcpp/security/auth_context.h",
@ -10191,6 +10192,7 @@
"include/grpcpp/impl/server_builder_option.h", "include/grpcpp/impl/server_builder_option.h",
"include/grpcpp/impl/server_builder_plugin.h", "include/grpcpp/impl/server_builder_plugin.h",
"include/grpcpp/impl/server_initializer.h", "include/grpcpp/impl/server_initializer.h",
"include/grpcpp/impl/server_initializer_impl.h",
"include/grpcpp/impl/service_type.h", "include/grpcpp/impl/service_type.h",
"include/grpcpp/resource_quota.h", "include/grpcpp/resource_quota.h",
"include/grpcpp/security/auth_context.h", "include/grpcpp/security/auth_context.h",

Loading…
Cancel
Save