diff options
author | Sree Kuchibhotla <sreecha@users.noreply.github.com> | 2017-03-24 13:23:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-24 13:23:44 -0700 |
commit | b6512cf94063124f85d5d3b5e664637e82ee2a99 (patch) | |
tree | 987e3474e70df9d4437a9935b2c41d3f4667c98a /tools/doxygen | |
parent | 2524a3743b754ce9a576d7478b8c0772ab25e1bc (diff) | |
parent | 3a632c4a71da3c9a3ddfbefefdb160b53db1e0b8 (diff) |
Merge pull request #10245 from sreecha/cq_factory_api
Introduce grpc_completion_queue_factory API
Diffstat (limited to 'tools/doxygen')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 5eb74ea77d..4ab24d1bc5 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -1311,6 +1311,8 @@ src/core/lib/surface/channel_stack_type.c \ src/core/lib/surface/channel_stack_type.h \ src/core/lib/surface/completion_queue.c \ src/core/lib/surface/completion_queue.h \ +src/core/lib/surface/completion_queue_factory.c \ +src/core/lib/surface/completion_queue_factory.h \ src/core/lib/surface/event_string.c \ src/core/lib/surface/event_string.h \ src/core/lib/surface/init.c \ |