diff options
author | Sree Kuchibhotla <sreecha@users.noreply.github.com> | 2018-09-27 12:20:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-27 12:20:05 -0700 |
commit | bc2305caffc8cb9b96a5a2a786ad6aa7c8789604 (patch) | |
tree | dcb1627becc190233e1f8a347de4c9dcd1c27dfa /tools | |
parent | 9fe1c087df07730ff25537522cdef860b68cb4b0 (diff) | |
parent | 018a14bdec298275ed0b560be55f783092defb85 (diff) |
Merge pull request #16711 from sreecha/sreek-cq-doc
Cq documentation
Diffstat (limited to 'tools')
-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..8562dfff3a 100644 --- a/tools/doxygen/Doxyfile.core +++ b/tools/doxygen/Doxyfile.core @@ -771,6 +771,7 @@ doc/compression_cookbook.md \ doc/connection-backoff-interop-test-description.md \ doc/connection-backoff.md \ doc/connectivity-semantics-and-api.md \ +doc/core/grpc-cq.md \ doc/core/grpc-error.md \ doc/core/moving-to-c++.md \ doc/core/pending_api_cleanups.md \ diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 9186056733..aa7b11fd54 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -771,6 +771,7 @@ doc/compression_cookbook.md \ doc/connection-backoff-interop-test-description.md \ doc/connection-backoff.md \ doc/connectivity-semantics-and-api.md \ +doc/core/grpc-cq.md \ doc/core/grpc-error.md \ doc/core/moving-to-c++.md \ doc/core/pending_api_cleanups.md \ |