diff options
author | apolcyn <apolcyn@google.com> | 2017-08-28 18:15:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-28 18:15:59 -0700 |
commit | 6b3003fa5a1e50a69cfe793f983e9ac44b16636f (patch) | |
tree | 5717e37457bc50474cbf0c958fce400eabc22e1b /tools | |
parent | 109da09b5f04cc4ee47d1471adab5736c06e86d5 (diff) | |
parent | 02d1ff5eb2aa3dfc633b56450e1228180b574e93 (diff) |
Merge pull request #12274 from apolcyn/fix_missing_nanopb_headers_master
Fix build.yaml to expand nanopb headers filegroup, for master branch
Diffstat (limited to 'tools')
-rw-r--r-- | tools/doxygen/Doxyfile.core.internal | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/doxygen/Doxyfile.core.internal b/tools/doxygen/Doxyfile.core.internal index 6a3b8d6ab9..6a3e268450 100644 --- a/tools/doxygen/Doxyfile.core.internal +++ b/tools/doxygen/Doxyfile.core.internal @@ -1428,9 +1428,13 @@ src/core/tsi/transport_security_adapter.h \ src/core/tsi/transport_security_grpc.c \ src/core/tsi/transport_security_grpc.h \ src/core/tsi/transport_security_interface.h \ +third_party/nanopb/pb.h \ third_party/nanopb/pb_common.c \ +third_party/nanopb/pb_common.h \ third_party/nanopb/pb_decode.c \ -third_party/nanopb/pb_encode.c +third_party/nanopb/pb_decode.h \ +third_party/nanopb/pb_encode.c \ +third_party/nanopb/pb_encode.h # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |