diff options
author | Craig Tiller <ctiller@google.com> | 2016-09-12 11:59:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-12 11:59:45 -0700 |
commit | 57726ca5a9c08ba17c882a798b93e03d333edd9f (patch) | |
tree | bdf922ed4a33a2290bab32f236b6584cbfc0e50d /tools/doxygen/Doxyfile.c++.internal | |
parent | 6e51f992c6bfdfba61d984ab173305da455bd2e7 (diff) |
Revert "Revert "Grand unified closures""
Diffstat (limited to 'tools/doxygen/Doxyfile.c++.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.c++.internal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.c++.internal b/tools/doxygen/Doxyfile.c++.internal index 06b68c3b74..0a412dd706 100644 --- a/tools/doxygen/Doxyfile.c++.internal +++ b/tools/doxygen/Doxyfile.c++.internal @@ -889,6 +889,7 @@ src/core/lib/http/format_request.h \ src/core/lib/http/httpcli.h \ src/core/lib/http/parser.h \ src/core/lib/iomgr/closure.h \ +src/core/lib/iomgr/combiner.h \ src/core/lib/iomgr/endpoint.h \ src/core/lib/iomgr/endpoint_pair.h \ src/core/lib/iomgr/error.h \ @@ -1001,6 +1002,7 @@ src/core/lib/http/format_request.c \ src/core/lib/http/httpcli.c \ src/core/lib/http/parser.c \ src/core/lib/iomgr/closure.c \ +src/core/lib/iomgr/combiner.c \ src/core/lib/iomgr/endpoint.c \ src/core/lib/iomgr/endpoint_pair_posix.c \ src/core/lib/iomgr/endpoint_pair_windows.c \ |