diff options
author | Mark D. Roth <roth@google.com> | 2017-03-17 09:53:35 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2017-03-17 09:53:35 -0700 |
commit | 693d2b48abd180c871aaf7ef0cf9b521d17196f8 (patch) | |
tree | f37a30384c34b0a43bf3a426ae77529714e83137 /tools/doxygen | |
parent | fecba535d99ec2c819a0d26707047bf2f2f323fa (diff) | |
parent | 01deb9d748db3fc7d04b7d511bec5aec594a8610 (diff) |
Merge remote-tracking branch 'upstream/master' into retry_throttle
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 7147d152ef..b518c4466a 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -1230,6 +1230,8 @@ src/core/lib/slice/slice_internal.h \ src/core/lib/slice/slice_string_helpers.c \ src/core/lib/slice/slice_string_helpers.h \ src/core/lib/support/alloc.c \ +src/core/lib/support/arena.c \ +src/core/lib/support/arena.h \ src/core/lib/support/atm.c \ src/core/lib/support/avl.c \ src/core/lib/support/backoff.c \ |