diff options
author | Craig Tiller <ctiller@google.com> | 2017-07-17 16:12:33 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-07-17 16:12:33 -0700 |
commit | c0df1c0f9a04d9b150af5ba710090f7f8c19f7d5 (patch) | |
tree | 5bdfd22ac4b16e1c9715f6969b7db83ded68655a /tools/doxygen/Doxyfile.core.internal | |
parent | 565d4c1e8863202fcc1d2f0c7bf56cca206e4f88 (diff) |
Compiling again
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 7c1e75a99c..cb625e2a8e 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -1051,6 +1051,8 @@ src/core/ext/transport/inproc/inproc_plugin.c \ src/core/ext/transport/inproc/inproc_transport.c \ src/core/ext/transport/inproc/inproc_transport.h \ src/core/lib/README.md \ +src/core/lib/backoff/backoff.c \ +src/core/lib/backoff/backoff.h \ src/core/lib/channel/README.md \ src/core/lib/channel/channel_args.c \ src/core/lib/channel/channel_args.h \ @@ -1284,8 +1286,6 @@ src/core/lib/support/atomic.h \ src/core/lib/support/atomic_with_atm.h \ src/core/lib/support/atomic_with_std.h \ src/core/lib/support/avl.c \ -src/core/lib/support/backoff.c \ -src/core/lib/support/backoff.h \ src/core/lib/support/block_annotate.h \ src/core/lib/support/cmdline.c \ src/core/lib/support/cpu_iphone.c \ |