diff options
author | Craig Tiller <ctiller@google.com> | 2015-11-18 14:56:46 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-11-18 14:56:46 -0800 |
commit | 2e7687c5ef7fa8bb3faf18f55a1b1817c546f25c (patch) | |
tree | 0e68454e3d7800b8a8e1ba0413c7df5b93b38669 /tools/doxygen/Doxyfile.core.internal | |
parent | e24913b35b804287d4900de73358d6cd5666acec (diff) |
Static metadata declarations
Diffstat (limited to 'tools/doxygen/Doxyfile.core.internal')
-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 4ce48b4790..e3dc181511 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -891,6 +891,7 @@ src/core/transport/chttp2_transport.h \ src/core/transport/connectivity_state.h \ src/core/transport/metadata.h \ src/core/transport/metadata_batch.h \ +src/core/transport/static_metadata.h \ src/core/transport/transport.h \ src/core/transport/transport_impl.h \ src/core/census/aggregation.h \ @@ -1039,6 +1040,7 @@ src/core/transport/chttp2_transport.c \ src/core/transport/connectivity_state.c \ src/core/transport/metadata.c \ src/core/transport/metadata_batch.c \ +src/core/transport/static_metadata.c \ src/core/transport/transport.c \ src/core/transport/transport_op_string.c \ src/core/census/context.c \ |