diff options
author | Alistair Veitch <aveitch@google.com> | 2016-02-02 17:58:15 -0800 |
---|---|---|
committer | Alistair Veitch <aveitch@google.com> | 2016-02-02 17:58:15 -0800 |
commit | 85afe71d4c6f8228f3daeab2ebcebef00bb53bef (patch) | |
tree | c74c7666973c928319ff5fb570ea586b27cca960 /tools/doxygen | |
parent | 71a083b1b14cf6f9844d51e7e7c3b75de16c0501 (diff) |
initial commit
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 cd49a1980d..782cfd67f0 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -896,6 +896,7 @@ src/core/transport/transport.h \ src/core/transport/transport_impl.h \ src/core/census/aggregation.h \ src/core/census/context.h \ +src/core/census/log.h \ src/core/census/rpc_metric_id.h \ src/core/httpcli/httpcli_security_connector.c \ src/core/security/base64.c \ @@ -1047,6 +1048,7 @@ src/core/transport/transport.c \ src/core/transport/transport_op_string.c \ src/core/census/context.c \ src/core/census/initialize.c \ +src/core/census/log.c \ src/core/census/operation.c \ src/core/census/placeholders.c \ src/core/census/tag_set.c \ |