diff options
author | jboeuf <jboeuf@users.noreply.github.com> | 2015-07-16 22:06:04 -0700 |
---|---|---|
committer | jboeuf <jboeuf@users.noreply.github.com> | 2015-07-16 22:06:04 -0700 |
commit | c876923bc2a3d9c6bbc03f275a7fe68333b95600 (patch) | |
tree | cf2a1c75ee428d778405fbc43228f7121bef58cb /tools/doxygen/Doxyfile.c++ | |
parent | 65ef0fffaecf8396cb93b3a76416d099f7b07438 (diff) | |
parent | 06fabde1b77c1746676974abf4281c0248dd7fad (diff) |
Merge pull request #2451 from yang-g/authcontext_iterator
auth context iterator
Diffstat (limited to 'tools/doxygen/Doxyfile.c++')
-rw-r--r-- | tools/doxygen/Doxyfile.c++ | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/doxygen/Doxyfile.c++ b/tools/doxygen/Doxyfile.c++ index ca5198031d..4bdd8babde 100644 --- a/tools/doxygen/Doxyfile.c++ +++ b/tools/doxygen/Doxyfile.c++ @@ -763,6 +763,7 @@ WARN_LOGFILE = INPUT = include/grpc++/async_generic_service.h \ include/grpc++/async_unary_call.h \ include/grpc++/auth_context.h \ +include/grpc++/auth_property_iterator.h \ include/grpc++/byte_buffer.h \ include/grpc++/channel_arguments.h \ include/grpc++/channel_interface.h \ |