aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/doxygen/Doxyfile.core
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-05-31 14:06:01 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-05-31 14:19:57 -0700
commit4594bd9d1b966e33d27396eb015f289eba82f443 (patch)
treefa1a65ab679c309d227b5cb493452da632c5c983 /tools/doxygen/Doxyfile.core
parent886b3441441768216d8cb61ec63b8f974833c931 (diff)
parent0d6196025e62aea5aabc6341459f2c370e264230 (diff)
Merge remote-tracking branch 'upstream/master' into base
Diffstat (limited to 'tools/doxygen/Doxyfile.core')
-rw-r--r--tools/doxygen/Doxyfile.core4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/doxygen/Doxyfile.core b/tools/doxygen/Doxyfile.core
index 0ad33b342f..f1bd79dd52 100644
--- a/tools/doxygen/Doxyfile.core
+++ b/tools/doxygen/Doxyfile.core
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = 0.14.0-dev
+PROJECT_NUMBER = 0.15.0-dev
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
@@ -766,6 +766,7 @@ include/grpc/compression.h \
include/grpc/grpc.h \
include/grpc/status.h \
include/grpc/impl/codegen/byte_buffer.h \
+include/grpc/impl/codegen/byte_buffer_reader.h \
include/grpc/impl/codegen/compression_types.h \
include/grpc/impl/codegen/connectivity_state.h \
include/grpc/impl/codegen/grpc_types.h \
@@ -785,6 +786,7 @@ include/grpc/impl/codegen/sync_generic.h \
include/grpc/impl/codegen/sync_posix.h \
include/grpc/impl/codegen/sync_windows.h \
include/grpc/impl/codegen/time.h \
+include/grpc/grpc_cronet.h \
include/grpc/grpc_security.h \
include/grpc/grpc_security_constants.h \
include/grpc/census.h \