diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-12-01 17:09:35 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-12-01 17:09:35 -0800 |
commit | f989469fe3f70862b86ee317e186c5512f7399ef (patch) | |
tree | 3a023ac593a4d9c900b67901ac474fc2ac26417e /tools/doxygen/Doxyfile.core.internal | |
parent | 6c870f6c6268fe1818c566efa91c02024dffdc34 (diff) |
Temporarily enable gpr_slice_* functions to not break api compatibility
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 a629bdc542..6a1c1c397a 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -779,6 +779,7 @@ include/grpc/impl/codegen/atm.h \ include/grpc/impl/codegen/atm_gcc_atomic.h \ include/grpc/impl/codegen/atm_gcc_sync.h \ include/grpc/impl/codegen/atm_windows.h \ +include/grpc/impl/codegen/gpr_slice.h \ include/grpc/impl/codegen/gpr_types.h \ include/grpc/impl/codegen/port_platform.h \ include/grpc/impl/codegen/slice.h \ @@ -1208,6 +1209,7 @@ include/grpc/impl/codegen/atm.h \ include/grpc/impl/codegen/atm_gcc_atomic.h \ include/grpc/impl/codegen/atm_gcc_sync.h \ include/grpc/impl/codegen/atm_windows.h \ +include/grpc/impl/codegen/gpr_slice.h \ include/grpc/impl/codegen/gpr_types.h \ include/grpc/impl/codegen/port_platform.h \ include/grpc/impl/codegen/slice.h \ |