diff options
author | Sree Kuchibhotla <sreek@google.com> | 2018-09-27 11:17:27 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2018-09-27 11:17:27 -0700 |
commit | 82b2e2977d5cd144c6e2350d55b6f928fd8f6ce7 (patch) | |
tree | da8e3152c5580c8936f2a7d6475498fde4b9a0dd /tools/doxygen | |
parent | 3c2c28e3fc3010e9fd5d6ac2ea257358463abe89 (diff) |
generate_projects.sh
Diffstat (limited to 'tools/doxygen')
-rw-r--r-- | tools/doxygen/Doxyfile.core | 1 | ||||
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core b/tools/doxygen/Doxyfile.core index aa75bc6828..9f7c2c9140 100644 --- a/tools/doxygen/Doxyfile.core +++ b/tools/doxygen/Doxyfile.core @@ -772,6 +772,7 @@ doc/connection-backoff-interop-test-description.md \ doc/connection-backoff.md \ doc/connectivity-semantics-and-api.md \ doc/core/grpc-error.md \ +doc/core/grpc-polling-engines.md \ doc/core/moving-to-c++.md \ doc/core/pending_api_cleanups.md \ doc/core/transport_explainer.md \ diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 9186056733..2ce6412d2c 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -772,6 +772,7 @@ doc/connection-backoff-interop-test-description.md \ doc/connection-backoff.md \ doc/connectivity-semantics-and-api.md \ doc/core/grpc-error.md \ +doc/core/grpc-polling-engines.md \ doc/core/moving-to-c++.md \ doc/core/pending_api_cleanups.md \ doc/core/transport_explainer.md \ |