| commit | 7ef7232dd9eba4be7d81b59a6bb59c4fd634ea08 | [log] [tgz] |
|---|---|---|
| author | yang-g <yangg@google.com> | Thu Jul 16 21:00:51 2015 -0700 |
| committer | yang-g <yangg@google.com> | Thu Jul 16 21:00:51 2015 -0700 |
| tree | 24d6752a48e3b98468588b09ae1d988a2d3f0423 | |
| parent | 14b3684dee8d3d8612f9338cd0f55a44c5a16a8e [diff] [blame] |
split iterator into its own file
diff --git a/tools/doxygen/Doxyfile.c++ b/tools/doxygen/Doxyfile.c++ index feb7ad8..3f33710 100644 --- a/tools/doxygen/Doxyfile.c++ +++ b/tools/doxygen/Doxyfile.c++
@@ -763,6 +763,7 @@ 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 \