diff options
author | Mark D. Roth <roth@google.com> | 2018-06-27 07:23:33 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2018-06-27 07:23:33 -0700 |
commit | 2223e60b63cb7d9cadc4db30064767738d2b7559 (patch) | |
tree | b7017feb9fc37ff879226c50d0cd0b1a2b999832 /tools/doxygen/Doxyfile.core.internal | |
parent | 01f3d5eed3938776984dfb332c243de4e0ec9519 (diff) |
Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro.
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 0ba7b72e6e..e60260991e 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -1073,6 +1073,7 @@ src/core/lib/debug/trace.cc \ src/core/lib/debug/trace.h \ src/core/lib/gpr/README.md \ src/core/lib/gpr/alloc.cc \ +src/core/lib/gpr/alloc.h \ src/core/lib/gpr/arena.cc \ src/core/lib/gpr/arena.h \ src/core/lib/gpr/atm.cc \ |